Struct Ifc4x2::IfcConstructionProductResourceTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcConstructionProductResourceTypeEnum

Public Types

enum Value

This enumeration is used to identify the primary purpose of a construction product resource. It describes use of products created for construction, and excludes products of the finished building model. The IfcConstructionProductsResourceTypeEnum contains the following:

ASSEMBLY: Construction of assemblies for use as input to the building model or other assemblies. FORMWORK: Construction or placement of forms for placing materials such as concrete. USERDEFINED: User-defined resource. NOTDEFINED: Undefined resource.

HISTORY: New enumeration in IFC2x4

Values:

enumerator IfcConstructionProductResourceType_ASSEMBLY
enumerator IfcConstructionProductResourceType_FORMWORK
enumerator IfcConstructionProductResourceType_USERDEFINED
enumerator IfcConstructionProductResourceType_NOTDEFINED

Public Static Functions

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