dd-bim / City2BIM

Library for Geo data in BIM integration, plug-in for Revit
GNU General Public License v3.0
50 stars 12 forks source link

Revit IFC Export must not use both, LoGeoRef 30 AND LoGeoRef50 #64

Open ChristianClemen opened 1 year ago

ChristianClemen commented 1 year ago

City2BIM/CityBIM/IFCExport/RevitGeoIfcExporter.cs is a two step IFC export (1.Revit + 2. CityBIM Plugin adds semantics and Georeferencing), When LoGeoRef 30 is e exportet in the first step, the IfcMapConversion (LoGeoRef 50) must not simply beeing added to the IFC Export. Either set the IfcSite position to 0,0,0 XOR neglect IfcMapConversion. User should be able to choose.