blob: b6db5e477b8c30384efb8ca4e7a489f2b0398b97 (
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 _TNaming_NameType_HeaderFile
#define _TNaming_NameType_HeaderFile
//! classes to store selected shape (involve naming algorithm) <br>
//! ========================================================= <br>//! to store naming characteristcs <br>
enum TNaming_NameType {
TNaming_UNKNOWN,
TNaming_IDENTITY,
TNaming_MODIFUNTIL,
TNaming_GENERATION,
TNaming_INTERSECTION,
TNaming_UNION,
TNaming_SUBSTRACTION,
TNaming_CONSTSHAPE,
TNaming_FILTERBYNEIGHBOURGS,
TNaming_ORIENTATION,
TNaming_WIREIN
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif
#endif
|