public void AdjustExtremity(Geom_BoundedCurve Curve, gp_Pnt P1, gp_Pnt P2, gp_Vec T1, gp_Vec T2) { throw new NotImplementedException(); }
public void ExtendCurveToPoint(Geom_BoundedCurve Curve, gp_Pnt Point, int Cont, bool After) { throw new NotImplementedException(); }
public void SetValue(int theIndex, Geom_BoundedCurve theItem) { throw new NotImplementedException(); }
public void Append(Geom_BoundedCurve theItem) { throw new NotImplementedException(); }
public void InsertAfter(int theIndex, Geom_BoundedCurve theItem) { throw new NotImplementedException(); }
public bool Add(Geom_BoundedCurve NewCurve, double Tolerance) { throw new NotImplementedException(); }
public bool Add(Geom_BoundedCurve NewCurve, double Tolerance, bool After, bool WithRatio, int MinM) { throw new NotImplementedException(); }
public GeomConvert_CompCurveToBSplineCurve(Geom_BoundedCurve Bas_isCurve) : base() { throw new NotImplementedException(); }
public GeomConvert_CompCurveToBSplineCurve(Geom_BoundedCurve Bas_isCurve, Convert_ParameterisationType Parameter_isation) : base() { throw new NotImplementedException(); }