C# Class CascadeSharp.TKGeomAlgo.Geom2dHatch.Geom2dHatch_Element

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
ChangeCurve ( ) : Geom2dAdaptor_Curve
Curve ( ) : Geom2dAdaptor_Curve
Geom2dHatch_Element ( ) : System
Geom2dHatch_Element ( Geom2dAdaptor_Curve Curve ) : System
Geom2dHatch_Element ( Geom2dAdaptor_Curve Curve, TopAbs_Orientation Orientation ) : System
Geom2dHatch_Element ( Geom2dHatch_Element parameter1 ) : System
Orientation ( ) : TopAbs_Orientation
Orientation ( TopAbs_Orientation Orientation ) : void

Method Details

ChangeCurve() public method

public ChangeCurve ( ) : Geom2dAdaptor_Curve
return Geom2dAdaptor_Curve

Curve() public method

public Curve ( ) : Geom2dAdaptor_Curve
return Geom2dAdaptor_Curve

Geom2dHatch_Element() public method

public Geom2dHatch_Element ( ) : System
return System

Geom2dHatch_Element() public method

public Geom2dHatch_Element ( Geom2dAdaptor_Curve Curve ) : System
Curve Geom2dAdaptor_Curve
return System

Geom2dHatch_Element() public method

public Geom2dHatch_Element ( Geom2dAdaptor_Curve Curve, TopAbs_Orientation Orientation ) : System
Curve Geom2dAdaptor_Curve
Orientation TopAbs_Orientation
return System

Geom2dHatch_Element() public method

public Geom2dHatch_Element ( Geom2dHatch_Element parameter1 ) : System
parameter1 Geom2dHatch_Element
return System

Orientation() public method

public Orientation ( ) : TopAbs_Orientation
return TopAbs_Orientation

Orientation() public method

public Orientation ( TopAbs_Orientation Orientation ) : void
Orientation TopAbs_Orientation
return void