public Adaptor2d_HCurve2d(Adaptor2d_HCurve2d parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Beispiel #2
0
 public Adaptor2d_OffsetCurve(Adaptor2d_HCurve2d C, double Offset, double WFirst, double WLast)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void Load(Adaptor2d_HCurve2d S)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public Adaptor2d_OffsetCurve(Adaptor2d_HCurve2d C)
     : base()
 {
     throw new NotImplementedException();
 }