ENTITY IfcMove
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcMove
SUBTYPE OF (IfcTask);
MoveFrom : IfcSpatialStructureElement;
MoveTo : IfcSpatialStructureElement;
PunchList : OPTIONAL LIST [1:?] OF UNIQUE IfcText;
WHERE
WR1 : SIZEOF(SELF\IfcProcess.OperatesOn) >= 1;
WR2 : SIZEOF(QUERY(temp <* OperatesOn |
SIZEOF(QUERY(temp2 <* temp.RelatedObjects |
('IFC2X2_FINAL.IFCACTOR' IN TYPEOF (temp2)) OR
('IFC2X2_FINAL.IFCEQUIPMENTELEMENT' IN TYPEOF (temp2)) OR
('IFC2X2_FINAL.IFCFURNISHINGELEMENT' IN TYPEOF (temp2)) )) >=1
)) >= 1;
WR3 : EXISTS(SELF\IfcRoot.Name);
END_ENTITY;
Explicit Attributes
Entity IfcMove has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcMove has the following local and inherited inverse attributes:
Supertypes
Entity IfcMove inherits from the following supertypes:
IfcRoot
IfcObject
IfcProcess
IfcTask
Subtypes
No subtypesReferenced By
Entity IfcMove 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