C# Class CascadeSharp.TKGeomAlgo.GccAna.GccAna_Lin2d2Tan

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GccAna_Lin2d2Tan ( ) : System
Résultat System

GccAna_Lin2d2Tan() public méthode

public GccAna_Lin2d2Tan ( GccAna_Lin2d2Tan parameter1 ) : System
parameter1 GccAna_Lin2d2Tan
Résultat System

GccAna_Lin2d2Tan() public méthode

public GccAna_Lin2d2Tan ( GccEnt_QualifiedCirc Qualified1, GccEnt_QualifiedCirc Qualified2, double Tolerance ) : System
Qualified1 GccEnt_QualifiedCirc
Qualified2 GccEnt_QualifiedCirc
Tolerance double
Résultat System

GccAna_Lin2d2Tan() public méthode

public GccAna_Lin2d2Tan ( GccEnt_QualifiedCirc Qualified1, gp_Pnt2d ThePoint, double Tolerance ) : System
Qualified1 GccEnt_QualifiedCirc
ThePoint gp_Pnt2d
Tolerance double
Résultat System

GccAna_Lin2d2Tan() public méthode

public GccAna_Lin2d2Tan ( gp_Pnt2d ThePoint1, gp_Pnt2d ThePoint2, double Tolerance ) : System
ThePoint1 gp_Pnt2d
ThePoint2 gp_Pnt2d
Tolerance double
Résultat System

IsDone() public méthode

public IsDone ( ) : bool
Résultat bool

NbSolutions() public méthode

public NbSolutions ( ) : int
Résultat int

Tangency1() public méthode

public Tangency1 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Index int
ParSol double
ParArg double
PntSol gp_Pnt2d
Résultat void

Tangency2() public méthode

public Tangency2 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Index int
ParSol double
ParArg double
PntSol gp_Pnt2d
Résultat void

ThisSolution() public méthode

public ThisSolution ( int Index ) : gp_Lin2d
Index int
Résultat gp_Lin2d

WhichQualifier() public méthode

public WhichQualifier ( int Index, GccEnt_Position &Qualif1, GccEnt_Position &Qualif2 ) : void
Index int
Qualif1 GccEnt_Position
Qualif2 GccEnt_Position
Résultat void