C# Class CascadeSharp.TKG3d.GeomAdaptor.GeomAdaptor

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
GeomAdaptor ( ) : System
GeomAdaptor ( GeomAdaptor parameter1 ) : System
MakeCurve ( Adaptor3d_Curve C ) : Geom_Curve
MakeSurface ( Adaptor3d_Surface theS ) : Geom_Surface
MakeSurface ( Adaptor3d_Surface theS, bool theTrimFlag ) : Geom_Surface

Method Details

GeomAdaptor() public method

public GeomAdaptor ( ) : System
return System

GeomAdaptor() public method

public GeomAdaptor ( GeomAdaptor parameter1 ) : System
parameter1 GeomAdaptor
return System

MakeCurve() public method

public MakeCurve ( Adaptor3d_Curve C ) : Geom_Curve
C Adaptor3d_Curve
return Geom_Curve

MakeSurface() public method

public MakeSurface ( Adaptor3d_Surface theS ) : Geom_Surface
theS Adaptor3d_Surface
return Geom_Surface

MakeSurface() public method

public MakeSurface ( Adaptor3d_Surface theS, bool theTrimFlag ) : Geom_Surface
theS Adaptor3d_Surface
theTrimFlag bool
return Geom_Surface