IFC 4.3.0.0 (IFC4X3) final

8.4.2.2 IfcArithmeticOperatorEnum

8.4.2.2.1 Semantic definition

IfcArithmeticOperatorEnum specifies the form of arithmetic operation implied by the relationship.

8.4.2.2.2 Type values

Type Description
ADD

Add

DIVIDE

Divide

MULTIPLY

Multiply

SUBTRACT

Subtract

Table 8.4.2.2.A

8.4.2.2.3 Formal representation

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

8.4.2.2.4 References