Struct Ifc4x2::IfcArithmeticOperatorEnum¶
Defined in File Ifc4x2.h
Nested Relationships¶
This struct is a nested type of Struct Ifc4x2.
Struct Documentation¶
-
struct
Ifc4x2
::
IfcArithmeticOperatorEnum
Public Types
-
enum
Value
IfcArithmeticOperatorEnum specifies the form of arithmetical operation implied by the relationship. Enumeration
ADD DIVIDE MULTIPLY SUBTRACT
HISTORY: New enumeration in IFC2x2.
Use definitions There can be only one arithmetic operator for each applied value relationship. This is to enforce arithmetic consistency. Given this consistency, the cardinality of the IfcAppliedValueRelationship.Components attribute is a set of one to many applied values that are components of an applied value.
Values:
-
enumerator
IfcArithmeticOperator_ADD
-
enumerator
IfcArithmeticOperator_DIVIDE
-
enumerator
IfcArithmeticOperator_MULTIPLY
-
enumerator
IfcArithmeticOperator_SUBTRACT
-
enumerator
-
enum