Exemple #1
0
 public void MakeEdge(TopoDS_Shape E, Geom_Curve C, double Tol)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void SetCurve(Geom_Curve C)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void UpdateEdgeCurveTol(TopoDS_Face F1, TopoDS_Face F2, TopoDS_Edge E, Geom_Curve C3Dnew, double tol3d,
                                double tol2d1, double tol2d2, ref double newtol, ref double newparmin, ref double newparmax)
 {
     throw new NotImplementedException();
 }
 public bool NewCurve(TopoDS_Edge E, Geom_Curve C, TopLoc_Location L, ref double Tol)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public GeomLProp_CLProps(Geom_Curve C, double U, int N, double Resolution)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void Init(Geom_Curve Curve, Geom_Surface Surface, double Wmin, double Wmax, double Umin, double Umax,
                  double Vmin, double Vmax)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public void Init(Geom_Curve Curve, Geom_Surface Surface)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public GeomAPI_ExtremaCurveSurface(Geom_Curve Curve, Geom_Surface Surface, double Wmin, double Wmax,
                                    double Umin, double Umax, double Vmin, double Vmax)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public GeomAPI_ExtremaCurveSurface(Geom_Curve Curve, Geom_Surface Surface)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public BRep_Curve3D(Geom_Curve C, TopLoc_Location L)
     : base()
 {
     throw new NotImplementedException();
 }