Struct Ifc2x3::IfcConstraintEnum¶
Defined in File Ifc2x3.h
Nested Relationships¶
This struct is a nested type of Struct Ifc2x3.
Struct Documentation¶
- 
struct 
Ifc2x3::IfcConstraintEnum Public Types
- 
enum 
Value IfcConstraintEnum is an enumeration used to qualify a constraint.
HISTORY: New type in IFC Release 2.0
Enumeration
Value Definition
HARD Qualifies a constraint such that it must be followed rigidly within or at the values set.
SOFT Qualifies a constraint such that it should be followed within or at the values set.
ADVISORY Qualifies a constraint such that it is advised that it is followed within or at the values set.
Values:
- 
enumerator 
IfcConstraint_HARD 
- 
enumerator 
IfcConstraint_SOFT 
- 
enumerator 
IfcConstraint_ADVISORY 
- 
enumerator 
IfcConstraint_USERDEFINED 
- 
enumerator 
IfcConstraint_NOTDEFINED 
- 
enumerator 
 
- 
enum