예제 #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();
 }
예제 #2
0
 public IntCurve_MyImpParToolOfIntImpConicParConic(IntCurve_IConicTool IT, IntCurve_PConic PC)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public IntCurve_IConicTool(IntCurve_IConicTool IT)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #4
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();
 }
예제 #5
0
 public double FindU(double parameter, gp_Pnt2d point, IntCurve_PConic TheParCurev,
                     IntCurve_IConicTool TheImpTool)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public void Perform(IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, IntCurve_PConic PCurve,
                     IntRes2d_Domain Dom2, double TolConf, double Tol)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public IntCurve_IntImpConicParConic(IntCurve_IConicTool ITool, IntRes2d_Domain Dom1, IntCurve_PConic PCurve,
                                     IntRes2d_Domain Dom2, double TolConf, double Tol)
     : base()
 {
     throw new NotImplementedException();
 }