mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Auto detect badly geolocated site from Tekla upon import
This commit is contained in:
@@ -648,6 +648,11 @@ class BIM_PT_mvd(Panel):
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, 'import_should_auto_set_workarounds')
|
||||
|
||||
layout.label(text='Tekla Workarounds:')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, 'import_should_ignore_site_coordinates')
|
||||
|
||||
layout.label(text='12D Workarounds:')
|
||||
|
||||
row = layout.row()
|
||||
|
||||
Reference in New Issue
Block a user