ENTITY IfcObjective
(* SCHEMA IFC2X3; *)
ENTITY IfcObjective
SUBTYPE OF (IfcConstraint);
BenchmarkValues : OPTIONAL IfcMetric;
ResultValues : OPTIONAL IfcMetric;
ObjectiveQualifier : IfcObjectiveEnum;
UserDefinedQualifier : OPTIONAL IfcLabel;
WHERE
WR21 : (ObjectiveQualifier <> IfcObjectiveEnum.USERDEFINED) OR
((ObjectiveQualifier = IfcObjectiveEnum.USERDEFINED) AND EXISTS(SELF\IfcObjective.UserDefinedQualifier));
END_ENTITY;
Explicit Attributes
Entity IfcObjective has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcObjective has the following local and inherited inverse attributes:
Supertypes
Entity IfcObjective inherits from the following supertypes:
IfcConstraint
Subtypes
No subtypesReferenced By
Entity IfcObjective and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00