blob: d10e1e9754bae4f14427500c7124ce01cd62bde6 (
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
30
31
32
33
34
35
36
37
|
// 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 _IGESData_ReadStage_HeaderFile
#define _IGESData_ReadStage_HeaderFile
//! Some fields of an IGES entity may be <br>
//! - Undefined <br>
//! - Defined as a single item <br>
//! - Defined as a list of items. <br>
//! A typical example, which presents this kind of variation, <br>
//! is a level number. <br>
//! This enumeration allows you to identify which of the above is the case. <br>
//! The semantics of the terms is as follows: <br>
//! - DefNone indicates that the list is empty (there is not <br>
//! even a single item). <br>
//! - DefOne indicates that the list contains a single item. <br>
//! - DefSeveral indicates that the list contains several items. <br>
//! - ErrorOne indicates that the list contains one item, but <br>
//! that this item is incorrect <br>
//! - ErrorSeveral indicates that the list contains several <br>
//! items, but that at least one of them is incorrect. <br>
enum IGESData_ReadStage {
IGESData_ReadDir,
IGESData_ReadOwn,
IGESData_ReadAssocs,
IGESData_ReadProps,
IGESData_ReadEnd
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif
#endif
|