Example #1
0
 public void Perform(Geom2d_Curve C, Bisector_Curve B_is1, Bisector_Curve B_is2)
 {
     throw new NotImplementedException();
 }
 public Bisector_Curve(Bisector_Curve parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Example #3
0
 public Bisector_FunctionInter(Geom2d_Curve C, Bisector_Curve B_is1, Bisector_Curve B_is2)
     : base()
 {
     throw new NotImplementedException();
 }