|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ShapeUpgrade_ShellSewing () |
| Creates a ShellSewing, empty
.
|
Standard_EXPORT TopoDS_Shape | ApplySewing (const TopoDS_Shape &shape, const Standard_Real tol=0.0) |
| Builds a new shape from a former one, by calling Sewing from
BRepOffsetAPI. Rebuilt solids are oriented to be "not infinite"
If <tol> is not given (i.e. value 0. by default), it is
computed as the mean tolerance recorded in <shape>
If no shell has been sewed, this method returns the input
shape
.
|
Private Member Functions |
Standard_EXPORT void | Init (const TopoDS_Shape &shape) |
Standard_EXPORT Standard_Integer | Prepare (const Standard_Real tol) |
Standard_EXPORT TopoDS_Shape | Apply (const TopoDS_Shape &shape, const Standard_Real tol) |
Private Attributes |
TopTools_IndexedMapOfShape | myShells |
Handle_ShapeBuild_ReShape | myReShape |