Ejemplo n.º 1
0
 public BRepAdaptor_HCurve(BRepAdaptor_Curve C)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Set(BRepAdaptor_Curve C)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void Init(BRepAdaptor_Curve theValue)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public BRepAdaptor_Array1OfCurve(BRepAdaptor_Curve theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void SetValue(int theIndex, BRepAdaptor_Curve theItem)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 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();
 }