コード例 #1
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape context, BRepTools_Modifier MD, Message_ProgressRange theProgress)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape context, BRepTools_Modifier MD)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, ShapeProcess_ShapeContext context, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape map)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, ShapeProcess_ShapeContext context, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape map, ShapeExtend_MsgRegistrator msg, bool theMutableInput)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void DoModif(TopoDS_Shape S, BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void DoModif(BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public BRepBuilderAPI_ModifyShape(TopoDS_Shape S, BRepTools_Modification M)
     : base()
 {
     throw new NotImplementedException();
 }