public ShapeCustom_BSplineRestriction(bool anApproxSurfaceFlag, bool anApproxCurve3dFlag,
                                       bool anApproxCurve2dFlag, double aTol3d, double aTol2d, GeomAbs_Shape aContinuity3d,
                                       GeomAbs_Shape aContinuity2d, int aMaxDegree, int aNbMaxSeg, bool Degree, bool Rational,
                                       ShapeCustom_RestrictionParameters aModes)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public TopoDS_Shape BSplineRestriction(TopoDS_Shape S, double Tol3d, double Tol2d, int MaxDegree,
                                        int MaxNbSegment, GeomAbs_Shape Continuity3d, GeomAbs_Shape Continuity2d, bool Degree, bool Rational,
                                        ShapeCustom_RestrictionParameters aParameters)
 {
     throw new NotImplementedException();
 }
 public void SetRestrictionParameters(ShapeCustom_RestrictionParameters aModes)
 {
     throw new NotImplementedException();
 }
 public ShapeCustom_RestrictionParameters(ShapeCustom_RestrictionParameters parameter1)
     : base()
 {
     throw new NotImplementedException();
 }