IfcArithmeticOperatorEnum
类型定义
IfcAlgorithmicOperatorEnum指定关系所隐含的算术运算的形式。
IFC2x2中的新枚举。
Enumeration definition
Constant | Description |
---|---|
ADD | |
DIVIDE | |
MULTIPLY | |
SUBTRACT |
EXPRESS Specification
TYPE IfcArithmeticOperatorEnum = ENUMERATION OF ( ADD, DIVIDE, MULTIPLY, SUBTRACT); END_TYPE;
###############################
标签:DIVIDE,SUBTRACT,ADD,MULTIPLY,TYPE,IfcArithmeticOperatorEnum From: https://www.cnblogs.com/herd/p/17562660.html