| 
    Open CASCADE Technology
    7.4.0
    
   | 
 
this package contains the geometric definition of curve and surface necessary to use algorithmes. More...
#include <GeomAdaptor.hxx>
Static Public Member Functions | |
| static Handle< Geom_Curve > | MakeCurve (const Adaptor3d_Curve &C) | 
| Inherited from GHCurve. Provides a curve handled by reference. Build a Geom_Curve using the informations from the Curve from Adaptor3d.  More... | |
| static Handle< Geom_Surface > | MakeSurface (const Adaptor3d_Surface &theS, const Standard_Boolean theTrimFlag=Standard_True) | 
| Build a Geom_Surface using the informations from the Surface from Adaptor3d.  More... | |
this package contains the geometric definition of curve and surface necessary to use algorithmes.
      
  | 
  static | 
Inherited from GHCurve. Provides a curve handled by reference. Build a Geom_Curve using the informations from the Curve from Adaptor3d.
      
  | 
  static | 
Build a Geom_Surface using the informations from the Surface from Adaptor3d.
| theS | - Surface adaptor to convert. | 
| theTrimFlag | - True if perform trim surface values by adaptor and false otherwise. | 
 1.8.13