IfcArithmeticOperatorEnum
IfCarithMetricOperatorEnum指定关系隐含的算术运算形式。
IFC2x2中的新枚举。
Enumeration definition
Constant | Description |
---|---|
ADD | |
DIVIDE | |
MULTIPLY | |
SUBTRACT |
EXPRESS Specification
TYPE IfcArithmeticOperatorEnum = ENUMERATION OF ( ADD, DIVIDE, MULTIPLY, SUBTRACT); END_TYPE;
##########################