C# Class CascadeSharp.TKFillet.ChFiDS.ChFiDS_FaceInterference

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
ChFiDS_FaceInterference ( ) : System
ChFiDS_FaceInterference ( ChFiDS_FaceInterference parameter1 ) : System
ChangePCurveOnFace ( ) : Geom2d_Curve
ChangePCurveOnSurf ( ) : Geom2d_Curve
FirstParameter ( ) : double
LastParameter ( ) : double
LineIndex ( ) : int
PCurveOnFace ( ) : Geom2d_Curve
PCurveOnSurf ( ) : Geom2d_Curve
Parameter ( bool IsFirst ) : double
SetFirstParameter ( double U1 ) : void
SetInterference ( int LineIndex, TopAbs_Orientation Trans, Geom2d_Curve PCurv1, Geom2d_Curve PCurv2 ) : void
SetLastParameter ( double U1 ) : void
SetLineIndex ( int I ) : void
SetParameter ( double U1, bool IsFirst ) : void
SetTransition ( TopAbs_Orientation Trans ) : void
Transition ( ) : TopAbs_Orientation

Method Details

ChFiDS_FaceInterference() public method

public ChFiDS_FaceInterference ( ) : System
return System

ChFiDS_FaceInterference() public method

public ChFiDS_FaceInterference ( ChFiDS_FaceInterference parameter1 ) : System
parameter1 ChFiDS_FaceInterference
return System

ChangePCurveOnFace() public method

public ChangePCurveOnFace ( ) : Geom2d_Curve
return Geom2d_Curve

ChangePCurveOnSurf() public method

public ChangePCurveOnSurf ( ) : Geom2d_Curve
return Geom2d_Curve

FirstParameter() public method

public FirstParameter ( ) : double
return double

LastParameter() public method

public LastParameter ( ) : double
return double

LineIndex() public method

public LineIndex ( ) : int
return int

PCurveOnFace() public method

public PCurveOnFace ( ) : Geom2d_Curve
return Geom2d_Curve

PCurveOnSurf() public method

public PCurveOnSurf ( ) : Geom2d_Curve
return Geom2d_Curve

Parameter() public method

public Parameter ( bool IsFirst ) : double
IsFirst bool
return double

SetFirstParameter() public method

public SetFirstParameter ( double U1 ) : void
U1 double
return void

SetInterference() public method

public SetInterference ( int LineIndex, TopAbs_Orientation Trans, Geom2d_Curve PCurv1, Geom2d_Curve PCurv2 ) : void
LineIndex int
Trans TopAbs_Orientation
PCurv1 Geom2d_Curve
PCurv2 Geom2d_Curve
return void

SetLastParameter() public method

public SetLastParameter ( double U1 ) : void
U1 double
return void

SetLineIndex() public method

public SetLineIndex ( int I ) : void
I int
return void

SetParameter() public method

public SetParameter ( double U1, bool IsFirst ) : void
U1 double
IsFirst bool
return void

SetTransition() public method

public SetTransition ( TopAbs_Orientation Trans ) : void
Trans TopAbs_Orientation
return void

Transition() public method

public Transition ( ) : TopAbs_Orientation
return TopAbs_Orientation