ENTITY IfcActorRole
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcActorRole;
Role : IfcRoleEnum;
UserDefinedRole : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
WHERE
WR1 : (Role <> IfcRoleEnum.USERDEFINED) OR
((Role = IfcRoleEnum.USERDEFINED) AND
EXISTS(SELF.UserDefinedRole));
END_ENTITY;
Explicit Attributes
Entity IfcActorRole has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| Role | IfcRoleEnum (ENUM) | IfcActorRole |
| UserDefinedRole | IfcLabel (STRING) | IfcActorRole |
| Description | IfcText (STRING) | IfcActorRole |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity IfcActorRole 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