C# Class CascadeSharp.TKGeomAlgo.Geom2dInt.Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter

Inheritance: IntRes2d_Intersection
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
And_Domaine_Objet1_Intersections ( IntCurve_IConicTool IntCurve_IConicTool, Adaptor2d_Curve2d TheParCurve, IntRes2d_Domain TheImpCurveDomain, IntRes2d_Domain TheParCurveDomain, int &NbResultats, TColStd_Array1OfReal Inter2_And_Domain2, TColStd_Array1OfReal Inter1, TColStd_Array1OfReal Resultat1, TColStd_Array1OfReal Resultat2, double EpsNul ) : void
FindU ( double parameter, gp_Pnt2d point, Adaptor2d_Curve2d TheParCurev, IntCurve_IConicTool IntCurve_IConicTool ) : double
FindV ( double parameter, gp_Pnt2d point, IntCurve_IConicTool IntCurve_IConicTool, Adaptor2d_Curve2d ParCurve, IntRes2d_Domain TheParCurveDomain, double V0, double V1, double Tolerance ) : double
Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter ( ) : System
Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter ( Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter parameter1 ) : System
Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter ( IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, Adaptor2d_Curve2d PCurve, IntRes2d_Domain Dom2, double TolConf, double Tol ) : System
Perform ( IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, Adaptor2d_Curve2d PCurve, IntRes2d_Domain Dom2, double TolConf, double Tol ) : void

Method Details

And_Domaine_Objet1_Intersections() public method

public And_Domaine_Objet1_Intersections ( IntCurve_IConicTool IntCurve_IConicTool, Adaptor2d_Curve2d TheParCurve, IntRes2d_Domain TheImpCurveDomain, IntRes2d_Domain TheParCurveDomain, int &NbResultats, TColStd_Array1OfReal Inter2_And_Domain2, TColStd_Array1OfReal Inter1, TColStd_Array1OfReal Resultat1, TColStd_Array1OfReal Resultat2, double EpsNul ) : void
IntCurve_IConicTool IntCurve_IConicTool
TheParCurve Adaptor2d_Curve2d
TheImpCurveDomain IntRes2d_Domain
TheParCurveDomain IntRes2d_Domain
NbResultats int
Inter2_And_Domain2 TColStd_Array1OfReal
Inter1 TColStd_Array1OfReal
Resultat1 TColStd_Array1OfReal
Resultat2 TColStd_Array1OfReal
EpsNul double
return void

FindU() public method

public FindU ( double parameter, gp_Pnt2d point, Adaptor2d_Curve2d TheParCurev, IntCurve_IConicTool IntCurve_IConicTool ) : double
parameter double
point gp_Pnt2d
TheParCurev Adaptor2d_Curve2d
IntCurve_IConicTool IntCurve_IConicTool
return double

FindV() public method

public FindV ( double parameter, gp_Pnt2d point, IntCurve_IConicTool IntCurve_IConicTool, Adaptor2d_Curve2d ParCurve, IntRes2d_Domain TheParCurveDomain, double V0, double V1, double Tolerance ) : double
parameter double
point gp_Pnt2d
IntCurve_IConicTool IntCurve_IConicTool
ParCurve Adaptor2d_Curve2d
TheParCurveDomain IntRes2d_Domain
V0 double
V1 double
Tolerance double
return double

Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter() public method

public Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter ( ) : System
return System

Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter() public method

public Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter ( Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter parameter1 ) : System
parameter1 Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter
return System

Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter() public method

public Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter ( IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, Adaptor2d_Curve2d PCurve, IntRes2d_Domain Dom2, double TolConf, double Tol ) : System
ITool IntCurve_IConicTool
Dom1 IntRes2d_Domain
PCurve Adaptor2d_Curve2d
Dom2 IntRes2d_Domain
TolConf double
Tol double
return System

Perform() public method

public Perform ( IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, Adaptor2d_Curve2d PCurve, IntRes2d_Domain Dom2, double TolConf, double Tol ) : void
ITool IntCurve_IConicTool
Dom1 IntRes2d_Domain
PCurve Adaptor2d_Curve2d
Dom2 IntRes2d_Domain
TolConf double
Tol double
return void