Hi All,
Just wondering how I would go about including additional information in the IFC file regarding intended use etc
I found on IFC 2x3 a listing to IfcDocumentInformation, and all the options are there we need just wondering how I can set them in AECOsim
Thanks
Wayne
| ENTITY IfcDocumentInformation; |
| ENTITY IfcDocumentInformation; |
| DocumentId | : | IfcIdentifier; |
Description | : | OPTIONAL IfcText; |
DocumentReferences | : | OPTIONALSET [1:?] OF IfcDocumentReference; |
Purpose | : | OPTIONAL IfcText; |
IntendedUse | : | OPTIONAL IfcText; |
Scope | : | OPTIONAL IfcText; |
Revision | : | OPTIONAL IfcLabel; |
DocumentOwner | : | OPTIONAL IfcActorSelect; |
Editors | : | OPTIONALSET [1:?] OF IfcActorSelect; |
CreationTime | : | OPTIONAL IfcDateAndTime; |
LastRevisionTime | : | OPTIONAL IfcDateAndTime; |
ElectronicFormat | : | OPTIONAL IfcDocumentElectronicFormat; |
ValidFrom | : | OPTIONAL IfcCalendarDate; |
ValidUntil | : | OPTIONAL IfcCalendarDate; |
Confidentiality | : | OPTIONAL IfcDocumentConfidentialityEnum; |
Status | : | OPTIONAL IfcDocumentStatusEnum; |
|
| IsPointedTo | : | SETOF IfcDocumentInformationRelationship FOR RelatedDocuments; |
IsPointer | : | SET [0:1] OF IfcDocumentInformationRelationship FOR RelatingDocument; |
|
|
|