Exemplo n.º 1
0
 public void SetBasisCurve(Geom_Curve C)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void SetBasisCurve(Geom_Curve C, bool _isNotCheckC0)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public Geom_SurfaceOfLinearExtrusion(Geom_Curve C, gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public Geom_OffsetCurve(Geom_Curve C, double Offset, gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }