5.1.2.3 IfcObjectTypeEnum
5.1.2.3.1 Semantic definition
This enumeration defines the applicable object categories. Attached to an object, it indicates to which subtype of IfcObject the entity referencing it would otherwise comply with.
5.1.2.3.2 Type values
Type | Description |
---|---|
ACTOR
|
Actor |
CONTROL
|
Control |
GROUP
|
Group |
PROCESS
|
Process |
PRODUCT
|
Product |
PROJECT
|
Project |
RESOURCE
|
Resource |
NOTDEFINED
|
Not defined |
5.1.2.3.3 Formal representation
TYPE IfcObjectTypeEnum = ENUMERATION OF
(ACTOR
,CONTROL
,GROUP
,PROCESS
,PRODUCT
,PROJECT
,RESOURCE
,NOTDEFINED);
END_TYPE;