ENTITY IfcRelAssigns
(* SCHEMA IFC2X3; *)
ENTITY IfcRelAssigns
ABSTRACT SUPERTYPE OF (ONEOF
(IfcRelAssignsToActor
,IfcRelAssignsToControl
,IfcRelAssignsToGroup
,IfcRelAssignsToProcess
,IfcRelAssignsToProduct
,IfcRelAssignsToResource))
SUBTYPE OF (IfcRelationship);
RelatedObjects : SET [1:?] OF IfcObjectDefinition;
RelatedObjectsType : OPTIONAL IfcObjectTypeEnum;
WHERE
WR1 : IfcCorrectObjectAssignment(RelatedObjectsType, RelatedObjects);
END_ENTITY;
Explicit Attributes
Entity IfcRelAssigns has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRelAssigns inherits from the following supertypes:
IfcRoot
IfcRelationship
Subtypes
Entity IfcRelAssigns has the following subtypes:
IfcRelAssignsTasks
IfcRelAssignsToActor*
IfcRelAssignsToControl*
IfcRelAssignsToGroup*
IfcRelAssignsToProcess*
IfcRelAssignsToProduct*
IfcRelAssignsToProjectOrder
IfcRelAssignsToResource*
IfcRelOccupiesSpaces
IfcRelSchedulesCostItems
* - Immediate Subtypes
Referenced By
Entity IfcRelAssigns 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