summaryrefslogtreecommitdiff
path: root/inc/BRepBuilderAPI_ShapeModification.hxx
blob: eec2bb9465db1554d126ec726cda72377e5fcffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _BRepBuilderAPI_ShapeModification_HeaderFile
#define _BRepBuilderAPI_ShapeModification_HeaderFile

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

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif