public Approx_CurveOnSurface(Adaptor2d_HCurve2d C2D, Adaptor3d_HSurface Surf, double First, double Last,
                              double Tol, GeomAbs_Shape Continuity, int MaxDegree, int MaxSegments, bool Only3d)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Set(bool OnFirst, Adaptor2d_HCurve2d COnSurf)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public Geom_Curve buildC3dOnIsoLine(Adaptor2d_HCurve2d theC2D, Adaptor3d_HSurface theSurf, double theFirst,
                                     double theLast, double theTolerance, bool theIsU, double theParam, bool theIsForward)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void Approximate(Adaptor2d_HCurve2d theCurve, double theTol3d, GeomAbs_Shape theOrder,
                         int theMaxSegments, int theMaxDegree)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public double Tol3d(Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
 public Approx_CurvilinearParameter(Adaptor2d_HCurve2d C2D1, Adaptor3d_HSurface Surf1, Adaptor2d_HCurve2d C2D2,
                                    Adaptor3d_HSurface Surf2, double Tol, GeomAbs_Shape Order, int MaxDegree, int MaxSegments)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public Approx_Curve2d(Adaptor2d_HCurve2d C2D, double First, double Last, double TolU, double TolV,
                       GeomAbs_Shape Continuity, int MaxDegree, int MaxSegments)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool IsAllSolution(Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
 public bool HasBeenSeen(Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
 public void Vertex(Adaptor2d_HCurve2d C, int Index, Adaptor3d_HVertex V)
 {
     throw new NotImplementedException();
 }
 public bool HasLastPoint(Adaptor2d_HCurve2d C, int Index, ref int IndLast)
 {
     throw new NotImplementedException();
 }
 public bool IsVertex(Adaptor2d_HCurve2d C, int Index)
 {
     throw new NotImplementedException();
 }
 public void Value(Adaptor2d_HCurve2d C, int Index, gp_Pnt Pt, ref double Tol, ref double U)
 {
     throw new NotImplementedException();
 }
 public Approx_CurveOnSurface(Adaptor2d_HCurve2d theC2D, Adaptor3d_HSurface theSurf, double theFirst,
                              double theLast, double theTol)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #15
0
 public Approx_SameParameter(Adaptor3d_HCurve C3D, Adaptor2d_HCurve2d C2D, Adaptor3d_HSurface S, double Tol)
     : base()
 {
     throw new NotImplementedException();
 }
 public int NbSamplesOnArc(Adaptor2d_HCurve2d A)
 {
     throw new NotImplementedException();
 }
Beispiel #17
0
 public IntPatch_CSFunction(Adaptor3d_HSurface S1, Adaptor2d_HCurve2d C, Adaptor3d_HSurface S2)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Bounds(Adaptor2d_HCurve2d C, ref double Ufirst, ref double Ulast)
 {
     throw new NotImplementedException();
 }
 public void ToleranceComputation(Adaptor2d_HCurve2d C2D, Adaptor3d_HSurface S, int MaxNumber, double Tol,
                                  ref double TolV, ref double TolW)
 {
     throw new NotImplementedException();
 }
 public bool Project(Adaptor2d_HCurve2d C, gp_Pnt2d P, ref double Paramproj, gp_Pnt2d Ptproj)
 {
     throw new NotImplementedException();
 }
Beispiel #21
0
 public Geom2dConvert_ApproxCurve(Adaptor2d_HCurve2d Curve, double Tol2d, GeomAbs_Shape Order, int MaxSegments,
                                  int MaxDegree)
     : base()
 {
     throw new NotImplementedException();
 }
 public double Tolerance(Adaptor3d_HVertex V, Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
Beispiel #23
0
 public TopAbs_Orientation Orientation(Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
 public double Parameter(Adaptor3d_HVertex V, Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
Beispiel #25
0
 public void Initialize(Adaptor2d_HCurve2d Curve)
 {
     throw new NotImplementedException();
 }
 public int NbPoints(Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
Beispiel #27
0
 public bool isIsoLine(Adaptor2d_HCurve2d theC2D, ref bool theIsU, ref double theParam, ref bool theIsForward)
 {
     throw new NotImplementedException();
 }
Beispiel #28
0
 public Approx_CurvlinFunc(Adaptor2d_HCurve2d C2D1, Adaptor2d_HCurve2d C2D2, Adaptor3d_HSurface S1,
                           Adaptor3d_HSurface S2, double Tol)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetArcOnS2(Adaptor2d_HCurve2d A)
 {
     throw new NotImplementedException();
 }
 public bool buildC3dOnIsoLine(Adaptor2d_HCurve2d theC2D, bool theIsU, double theParam, bool theIsForward)
 {
     throw new NotImplementedException();
 }