Exemple #1
0
 public Geom2d_TrimmedCurve(Geom2d_Curve C, double U1, double U2)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Geom2d_TrimmedCurve(Geom2d_Curve C, double U1, double U2, bool Sense, bool theAdjustPeriodic)
     : base()
 {
     throw new NotImplementedException();
 }