ENTITY IfcRelAssignsTasks
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcRelAssignsTasks
SUBTYPE OF (IfcRelAssignsToControl);
TimeForTask : OPTIONAL IfcScheduleTimeControl;
WHERE
WR1 : HIINDEX(SELF\IfcRelAssigns.RelatedObjects) = 1;
WR2 : 'IFC2X2_FINAL.IFCTASK' IN TYPEOF(SELF\IfcRelAssigns.RelatedObjects[1]);
WR3 : 'IFC2X2_FINAL.IFCWORKCONTROL' IN TYPEOF(SELF\IfcRelAssignsToControl.RelatingControl);
END_ENTITY;
Explicit Attributes
Entity IfcRelAssignsTasks has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRelAssignsTasks inherits from the following supertypes:
IfcRoot
IfcRelationship
IfcRelAssigns
IfcRelAssignsToControl
Subtypes
No subtypesReferenced By
Entity IfcRelAssignsTasks and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00