Ejemplo n.º 1
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape context, BRepTools_Modifier MD, Message_ProgressRange theProgress)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape context, BRepTools_Modifier MD)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public TopoDS_Shape ApplyModifier(TopoDS_Shape S, ShapeProcess_ShapeContext context, BRepTools_Modification M,
                                   TopTools_DataMapOfShapeShape map)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 5
0
 public void DoModif(TopoDS_Shape S, BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void DoModif(BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public BRepBuilderAPI_ModifyShape(TopoDS_Shape S, BRepTools_Modification M)
     : base()
 {
     throw new NotImplementedException();
 }