public BRepAdaptor_HCurve(BRepAdaptor_Curve C) : base() { throw new NotImplementedException(); }
public void Set(BRepAdaptor_Curve C) { throw new NotImplementedException(); }
public void Init(BRepAdaptor_Curve theValue) { throw new NotImplementedException(); }
public BRepAdaptor_Array1OfCurve(BRepAdaptor_Curve theBegin, int theLower, int theUpper) : base() { throw new NotImplementedException(); }
public void SetValue(int theIndex, BRepAdaptor_Curve theItem) { throw new NotImplementedException(); }
public BRepAdaptor_Curve(BRepAdaptor_Curve parameter1) : base() { throw new NotImplementedException(); }
public BRepAdaptor_HArray1OfCurve(int theLower, int theUpper, BRepAdaptor_Curve theValue) : base() { throw new NotImplementedException(); }