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