-
Notifications
You must be signed in to change notification settings - Fork 12
City2BIM IFC Export
Marcus Schroeder edited this page Jun 7, 2021
·
4 revisions
A separate IFC exporter is implemented, but it is still under development. For data that which are not generated by our plugin we recommend the revit's own exporter. A file is created in the local directory *C:\Users\[username]\AppData\Local\City2BIM*, with which the georeferencing can be transferred standard-confrom as PropertySet.
File structure:
The attributes for georeferencing from the project information are written into the PropertySets ePset_MapConversion or ePset_ProjectedCRS during the IFC export. To ensure this, this text file must be included during the export, see image (Revit Ifc Exporter settings):
Restrictions
- only export of IFC4
- no support for MVDs
- CityGML buildings will be expoted as IfcBuildingElementProxy
- Settings via Revit only partially possible
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: