Navigation

IfcConstraintIntentEnum

Definition from IAI: Enumeration defining the intent of the constraint usage with regard to its related IfcConstraint and IfcObjects. Refernced by IfcConstraintUsage in IfcControlExtension

ENUMERATION
Rationale
ExpectedPerformance
UserDefined
NotDefined

HISTORY New Enumeration in IFC Release 2.0
ISSUE See issue and change log for changes made in IFC 2x.

EXPRESS specification:

TYPE IfcConstraintIntentEnum = ENUMERATION OF
( RATIONALE,
EXPECTEDPERFORMANCE,
USERDEFINED,
NOTDEFINED);
END_TYPE;