C# Class CascadeSharp.TKGeomAlgo.Geom2dGcc.Geom2dGcc_QCurve

Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Geom2dGcc_QCurve ( ) : System
Geom2dGcc_QCurve ( Geom2dAdaptor_Curve Curve, GccEnt_Position Qualifier ) : System
Geom2dGcc_QCurve ( Geom2dGcc_QCurve parameter1 ) : System
IsEnclosed ( ) : bool
IsEnclosing ( ) : bool
IsOutside ( ) : bool
IsUnqualified ( ) : bool
Qualified ( ) : Geom2dAdaptor_Curve
Qualifier ( ) : GccEnt_Position

Method Details

Geom2dGcc_QCurve() public method

public Geom2dGcc_QCurve ( ) : System
return System

Geom2dGcc_QCurve() public method

public Geom2dGcc_QCurve ( Geom2dAdaptor_Curve Curve, GccEnt_Position Qualifier ) : System
Curve Geom2dAdaptor_Curve
Qualifier GccEnt_Position
return System

Geom2dGcc_QCurve() public method

public Geom2dGcc_QCurve ( Geom2dGcc_QCurve parameter1 ) : System
parameter1 Geom2dGcc_QCurve
return System

IsEnclosed() public method

public IsEnclosed ( ) : bool
return bool

IsEnclosing() public method

public IsEnclosing ( ) : bool
return bool

IsOutside() public method

public IsOutside ( ) : bool
return bool

IsUnqualified() public method

public IsUnqualified ( ) : bool
return bool

Qualified() public method

public Qualified ( ) : Geom2dAdaptor_Curve
return Geom2dAdaptor_Curve

Qualifier() public method

public Qualifier ( ) : GccEnt_Position
return GccEnt_Position