C# Class CascadeSharp.TKGeomAlgo.GccAna.GccAna_Lin2d2Tan

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
GccAna_Lin2d2Tan ( ) : System
GccAna_Lin2d2Tan ( GccAna_Lin2d2Tan parameter1 ) : System
GccAna_Lin2d2Tan ( GccEnt_QualifiedCirc Qualified1, GccEnt_QualifiedCirc Qualified2, double Tolerance ) : System
GccAna_Lin2d2Tan ( GccEnt_QualifiedCirc Qualified1, gp_Pnt2d ThePoint, double Tolerance ) : System
GccAna_Lin2d2Tan ( gp_Pnt2d ThePoint1, gp_Pnt2d ThePoint2, double Tolerance ) : System
IsDone ( ) : bool
NbSolutions ( ) : int
Tangency1 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Tangency2 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
ThisSolution ( int Index ) : gp_Lin2d
WhichQualifier ( int Index, GccEnt_Position &Qualif1, GccEnt_Position &Qualif2 ) : void

Method Details

GccAna_Lin2d2Tan() public method

public GccAna_Lin2d2Tan ( ) : System
return System

GccAna_Lin2d2Tan() public method

public GccAna_Lin2d2Tan ( GccAna_Lin2d2Tan parameter1 ) : System
parameter1 GccAna_Lin2d2Tan
return System

GccAna_Lin2d2Tan() public method

public GccAna_Lin2d2Tan ( GccEnt_QualifiedCirc Qualified1, GccEnt_QualifiedCirc Qualified2, double Tolerance ) : System
Qualified1 GccEnt_QualifiedCirc
Qualified2 GccEnt_QualifiedCirc
Tolerance double
return System

GccAna_Lin2d2Tan() public method

public GccAna_Lin2d2Tan ( GccEnt_QualifiedCirc Qualified1, gp_Pnt2d ThePoint, double Tolerance ) : System
Qualified1 GccEnt_QualifiedCirc
ThePoint gp_Pnt2d
Tolerance double
return System

GccAna_Lin2d2Tan() public method

public GccAna_Lin2d2Tan ( gp_Pnt2d ThePoint1, gp_Pnt2d ThePoint2, double Tolerance ) : System
ThePoint1 gp_Pnt2d
ThePoint2 gp_Pnt2d
Tolerance double
return System

IsDone() public method

public IsDone ( ) : bool
return bool

NbSolutions() public method

public NbSolutions ( ) : int
return int

Tangency1() public method

public Tangency1 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Index int
ParSol double
ParArg double
PntSol gp_Pnt2d
return void

Tangency2() public method

public Tangency2 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Index int
ParSol double
ParArg double
PntSol gp_Pnt2d
return void

ThisSolution() public method

public ThisSolution ( int Index ) : gp_Lin2d
Index int
return gp_Lin2d

WhichQualifier() public method

public WhichQualifier ( int Index, GccEnt_Position &Qualif1, GccEnt_Position &Qualif2 ) : void
Index int
Qualif1 GccEnt_Position
Qualif2 GccEnt_Position
return void