Open CASCADE Technology
7.4.0
|
Enumerations | |
enum | BRepBuilderAPI_ShapeModification { BRepBuilderAPI_Preserved, BRepBuilderAPI_Deleted, BRepBuilderAPI_Trimmed, BRepBuilderAPI_Merged, BRepBuilderAPI_BoundaryModified } |
Lists the possible types of modification to a shape following a topological operation: Preserved, Deleted, Trimmed, Merged or BoundaryModified. This enumeration enables you to assign a "state" to the different shapes that are on the list of operands for each API function. The MakeShape class then uses this to determine what has happened to the shapes which constitute the list of operands. More... | |
Lists the possible types of modification to a shape following a topological operation: Preserved, Deleted, Trimmed, Merged or BoundaryModified. This enumeration enables you to assign a "state" to the different shapes that are on the list of operands for each API function. The MakeShape class then uses this to determine what has happened to the shapes which constitute the list of operands.
Enumerator | |
---|---|
BRepBuilderAPI_Preserved | |
BRepBuilderAPI_Deleted | |
BRepBuilderAPI_Trimmed | |
BRepBuilderAPI_Merged | |
BRepBuilderAPI_BoundaryModified |