public GeomFill_NSections(TColGeom_SequenceOfCurve NC, GeomFill_SequenceOfTrsf Trsfs, TColStd_SequenceOfReal NP,
                           double UF, double UL, double VF, double VL, Geom_BSplineSurface Surf)
     : base()
 {
     throw new NotImplementedException();
 }
 public GeomFill_NSections(TColGeom_SequenceOfCurve NC)
     : base()
 {
     throw new NotImplementedException();
 }
 public GeomFill_NSections(TColGeom_SequenceOfCurve NC, TColStd_SequenceOfReal NP, double UF, double UL,
                           double VF, double VL)
     : base()
 {
     throw new NotImplementedException();
 }
 public GeomFill_Pipe(Geom_Curve Path, TColGeom_SequenceOfCurve NSections)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Init(Geom_Curve Path, TColGeom_SequenceOfCurve NSections)
 {
     throw new NotImplementedException();
 }
 public void Perform(TColGeom_SequenceOfCurve Scur)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public void ApproxBSplineCurve(Geom_BSplineCurve bspline, TColGeom_SequenceOfCurve seq)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public void Curves(TColGeom_SequenceOfCurve S)
 {
     throw new NotImplementedException();
 }