IfcArithmeticOperatorEnum

IfcArithmeticOperatorEnum

IfCarithMetricOperatorEnum指定关系隐含的算术运算形式。

IFC2x2中的新枚举。

Enumeration definition

ConstantDescription
ADD  
DIVIDE  
MULTIPLY  
SUBTRACT  
 

EXPRESS Specification

TYPE IfcArithmeticOperatorEnum = ENUMERATION OF (
 ADD,
 DIVIDE,
 MULTIPLY,
 SUBTRACT);
END_TYPE;

##########################

QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/15754443.html