#include <BRepAlgoAPI_Cut.hxx>
Inheritance diagram for BRepAlgoAPI_Cut:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepAlgoAPI_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2) |
Shape aS2 cuts shape aS1. The resulting shape is a new shape produced by the cut operation. . | |
Standard_EXPORT | BRepAlgoAPI_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2, const BOPTools_DSFiller &aDSF, const Standard_Boolean bFWD=Standard_True) |
Constructs a new shape cut from shape aS1 by shape aS2 using aDSFiller (see BRepAlgoAPI_BooleanOperation Constructor). . |
|
|
|
|
|
Reimplemented from BRepAlgoAPI_BooleanOperation. |
|
Reimplemented from BRepAlgoAPI_BooleanOperation. |
|
Reimplemented from BRepAlgoAPI_BooleanOperation. |