public BRepFill_SectionPlacement(BRepFill_LocationLaw Law, TopoDS_Shape Section, TopoDS_Shape Vertex)
     : base()
 {
     throw new NotImplementedException();
 }
 public BRepFill_LocationLaw(BRepFill_LocationLaw parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public BRepFill_SectionPlacement(BRepFill_LocationLaw Law, TopoDS_Shape Section, TopoDS_Shape Vertex,
                                  bool WithContact, bool WithCorrection)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public BRepFill_Sweep(BRepFill_SectionLaw Section, BRepFill_LocationLaw Location, bool WithKPart)
     : base()
 {
     throw new NotImplementedException();
 }