-
Notifications
You must be signed in to change notification settings - Fork 12
Metadata
Marcus Schroeder edited this page Jun 11, 2021
·
3 revisions
Here you can store information directly in the IFC file. This means:
- project name (stored in entity: IFCProject)
- entity: IFCOwnerHistory represented by:
- Entity: IfcPersonAndOrganization
- organization (IFCOrganization)
- given name & family name (IFCPersion)
- Entity: IfcPersonAndOrganization
The following standards are currently supported.
- Input of all supported metadata.
- UUID will be generated (input is not available)
- Input of all supported metadata. Currently unavailable:
- export of Bounding Box
- Accuracy - horizontal / vertical
IFC property set: The first way is to store the metadata via IfcPropertySets.
JSON export: It is also possible to store the metadata in a separate JSON file, which can be used for further processing (for example: semantic web).
HTW Dresden - Faculty Geoinformation - Friedrich-List-Platz 1 - 01069 Dresden Project head: Prof. Dr.-Ing. Christian Clemen >>>Back to github wiki main page: here! <<< |
---|
-
Theory background:
Technical implementation:
-
for Developer: