Open CASCADE Technology 6.6.0
Enumerations
BRepBuilderAPI_ShapeModification.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

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...

Enumeration Type Documentation

Enumerator:
BRepBuilderAPI_Preserved 
BRepBuilderAPI_Deleted 
BRepBuilderAPI_Trimmed 
BRepBuilderAPI_Merged 
BRepBuilderAPI_BoundaryModified 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines