Struct Ifc2x3::IfcInventoryTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc2x3.

Struct Documentation

struct Ifc2x3::IfcInventoryTypeEnum

Public Types

enum Value

IfcInventoryTypeEnum defines the types of inventory that can be defined. HISTORY: New Enumeration in IFC Release 2.0

Enumeration:

ASSETINVENTORY: A collection of asset instances of type IfcAsset SPACEINVENTORY: A collection of space instances of type IfcSpace FURNITUREINVENTORY: A collection of furniture instances of type IfcFurnishingElement USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcInventoryType_ASSETINVENTORY
enumerator IfcInventoryType_SPACEINVENTORY
enumerator IfcInventoryType_FURNITUREINVENTORY
enumerator IfcInventoryType_USERDEFINED
enumerator IfcInventoryType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)