ENTITY IfcOrganization
(* SCHEMA IFC4; *)
ENTITY IfcOrganization;
Identification : OPTIONAL IfcIdentifier;
Name : IfcLabel;
Description : OPTIONAL IfcText;
Roles : OPTIONAL LIST [1:?] OF IfcActorRole;
Addresses : OPTIONAL LIST [1:?] OF IfcAddress;
INVERSE
IsRelatedBy : SET [0:?] OF IfcOrganizationRelationship FOR RelatedOrganizations;
Relates : SET [0:?] OF IfcOrganizationRelationship FOR RelatingOrganization;
Engages : SET [0:?] OF IfcPersonAndOrganization FOR TheOrganization;
END_ENTITY;
Explicit Attributes
Entity IfcOrganization has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
Identification | IfcIdentifier (STRING) | IfcOrganization |
Name | IfcLabel (STRING) | IfcOrganization |
Description | IfcText (STRING) | IfcOrganization |
Roles | LIST OF IfcActorRole (ENTITY) | IfcOrganization |
Addresses | LIST OF IfcAddress (ENTITY) | IfcOrganization |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcOrganization has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
No subtypesReferenced By
Entity IfcOrganization and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00