Esempio n. 1
0
 public void AdjustExtremity(Geom_BoundedCurve Curve, gp_Pnt P1, gp_Pnt P2, gp_Vec T1, gp_Vec T2)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void ExtendCurveToPoint(Geom_BoundedCurve Curve, gp_Pnt Point, int Cont, bool After)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void SetValue(int theIndex, Geom_BoundedCurve theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Append(Geom_BoundedCurve theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void InsertAfter(int theIndex, Geom_BoundedCurve theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public bool Add(Geom_BoundedCurve NewCurve, double Tolerance)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public bool Add(Geom_BoundedCurve NewCurve, double Tolerance, bool After, bool WithRatio, int MinM)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public GeomConvert_CompCurveToBSplineCurve(Geom_BoundedCurve Bas_isCurve)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public GeomConvert_CompCurveToBSplineCurve(Geom_BoundedCurve Bas_isCurve,
                                            Convert_ParameterisationType Parameter_isation)
     : base()
 {
     throw new NotImplementedException();
 }