Пример #1
0
 public bool Rebuild(TopoDS_Shape S, BRepTools_Modification M, ref bool theNewGeom)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void CreateNewVertices(TopTools_IndexedDataMapOfShapeListOfShape theMVE, BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void Perform(BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public bool Rebuild(TopoDS_Shape S, BRepTools_Modification M, ref bool theNewGeom,
                     Message_ProgressRange theProgress)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public void Perform(BRepTools_Modification M, Message_ProgressRange theProgress)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public BRepTools_Modifier(TopoDS_Shape S, BRepTools_Modification M)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public void FillNewSurfaceInfo(BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public void FillNewCurveInfo(TopTools_IndexedDataMapOfShapeListOfShape theMEF, BRepTools_Modification M)
 {
     throw new NotImplementedException();
 }
 public BRepTools_Modification(BRepTools_Modification parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }