Open CASCADE Technology 7.9.0
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
GeomAdaptor Class Reference

this package contains the geometric definition of curve and surface necessary to use algorithms. More...

#include <GeomAdaptor.hxx>

Static Public Member Functions

static Handle< Geom_CurveMakeCurve (const Adaptor3d_Curve &C)
 Inherited from GHCurve. Provides a curve handled by reference. Build a Geom_Curve using the information from the Curve from Adaptor3d.
 
static Handle< Geom_SurfaceMakeSurface (const Adaptor3d_Surface &theS, const Standard_Boolean theTrimFlag=Standard_True)
 Build a Geom_Surface using the information from the Surface from Adaptor3d.
 

Detailed Description

this package contains the geometric definition of curve and surface necessary to use algorithms.

Member Function Documentation

◆ MakeCurve()

static Handle< Geom_Curve > GeomAdaptor::MakeCurve ( const Adaptor3d_Curve & C)
static

Inherited from GHCurve. Provides a curve handled by reference. Build a Geom_Curve using the information from the Curve from Adaptor3d.

◆ MakeSurface()

static Handle< Geom_Surface > GeomAdaptor::MakeSurface ( const Adaptor3d_Surface & theS,
const Standard_Boolean theTrimFlag = Standard_True )
static

Build a Geom_Surface using the information from the Surface from Adaptor3d.

Parameters
theS- Surface adaptor to convert.
theTrimFlag- True if perform trim surface values by adaptor and false otherwise.

The documentation for this class was generated from the following file: