Exemplo n.º 1
0
 public void And_Domaine_Objet1_Intersections(IntCurve_IConicTool TheImpTool, IntCurve_PConic TheParCurve,
                                              IntRes2d_Domain TheImpCurveDomain, IntRes2d_Domain TheParCurveDomain, ref int NbResultats,
                                              TColStd_Array1OfReal Inter2_And_Domain2, TColStd_Array1OfReal Inter1, TColStd_Array1OfReal Resultat1,
                                              TColStd_Array1OfReal Resultat2, double EpsNul)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public IntCurve_MyImpParToolOfIntImpConicParConic(IntCurve_IConicTool IT, IntCurve_PConic PC)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void D2(IntCurve_PConic C, double U, gp_Pnt2d P, gp_Vec2d T, gp_Vec2d N)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public gp_Pnt2d Value(IntCurve_PConic C, double X)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public int NbSamples(IntCurve_PConic C, double U0, double U1)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public double EpsX(IntCurve_PConic C)
 {
     throw new NotImplementedException();
 }
 public double FindParameter(IntCurve_PConic C, gp_Pnt2d Pnt, double LowParameter, double HighParameter,
                             double Tol)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public double FindV(double parameter, gp_Pnt2d point, IntCurve_IConicTool TheImpTool, IntCurve_PConic ParCurve,
                     IntRes2d_Domain TheParCurveDomain, double V0, double V1, double Tolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public double FindU(double parameter, gp_Pnt2d point, IntCurve_PConic TheParCurev,
                     IntCurve_IConicTool TheImpTool)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public void Perform(IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, IntCurve_PConic PCurve,
                     IntRes2d_Domain Dom2, double TolConf, double Tol)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public IntCurve_IntImpConicParConic(IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, IntCurve_PConic PCurve,
                                     IntRes2d_Domain Dom2, double TolConf, double Tol)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public IntCurve_PConic(IntCurve_PConic PC)
     : base()
 {
     throw new NotImplementedException();
 }