Beispiel #1
0
 public BRepAdaptor_HCurve(BRepAdaptor_Curve C)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Set(BRepAdaptor_Curve C)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void Init(BRepAdaptor_Curve theValue)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public BRepAdaptor_Array1OfCurve(BRepAdaptor_Curve theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void SetValue(int theIndex, BRepAdaptor_Curve theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public BRepAdaptor_Curve(BRepAdaptor_Curve parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public BRepAdaptor_HArray1OfCurve(int theLower, int theUpper, BRepAdaptor_Curve theValue)
     : base()
 {
     throw new NotImplementedException();
 }