Exemple #1
0
 public BRepPrim_OneAxis(BRepPrim_Builder B, gp_Ax2 A, double VMin, double VMax)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Exemple #2
0
 public BRepPrim_GWedge(BRepPrim_Builder B, gp_Ax2 Axes, double dx, double dy, double dz, double ltx)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public BRepPrim_GWedge(BRepPrim_Builder B, gp_Ax2 Axes, double xmin, double ymin, double zmin, double z2min,
                        double x2min, double xmax, double ymax, double zmax, double z2max, double x2max)
     : base()
 {
     throw new NotImplementedException();
 }
 public BRepPrim_Builder(BRepPrim_Builder parameter1)
     : base()
 {
     throw new NotImplementedException();
 }