Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
IGESData_DefList.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  IGESData_DefList {
  IGESData_DefNone, IGESData_DefOne, IGESData_DefSeveral, IGESData_ErrorOne,
  IGESData_ErrorSeveral
}
 Some fields of an IGES entity may be
More...

Enumeration Type Documentation

  • Undefined
  • Defined as a single item
  • Defined as a list of items.
    A typical example, which presents this kind of variation,
    is a level number.
    This enumeration allows you to identify which of the above is the case.
    The semantics of the terms is as follows:
  • DefNone indicates that the list is empty (there is not
    even a single item).
  • DefOne indicates that the list contains a single item.
  • DefSeveral indicates that the list contains several items.
  • ErrorOne indicates that the list contains one item, but
    that this item is incorrect
  • ErrorSeveral indicates that the list contains several
    items, but that at least one of them is incorrect.
Enumerator:
IGESData_DefNone 
IGESData_DefOne 
IGESData_DefSeveral 
IGESData_ErrorOne 
IGESData_ErrorSeveral