Beispiel #1
0
 public void BuildCurve3d(double Tolerance, Adaptor3d_CurveOnSurface CurvePtr, double FirstParameter,
                          double LastParameter, Geom_Curve NewCurvePtr, ref double MaxDeviation, ref double AverageDeviation)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public bool ComputeTangents(Adaptor3d_CurveOnSurface theCOnS, ref double theFirstTangent,
                             ref double theLastTangent)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void BuildCurve3d(double Tolerance, Adaptor3d_CurveOnSurface CurvePtr, double FirstParameter,
                          double LastParameter, Geom_Curve NewCurvePtr, ref double MaxDeviation, ref double AverageDeviation,
                          GeomAbs_Shape Continuity, int MaxDegree, int MaxSegment)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public GeomFill_BoundWithSurf(Adaptor3d_CurveOnSurface CurveOnSurf, double Tol3d, double Tolang)
     : base()
 {
     throw new NotImplementedException();
 }