add missing import for ifcopenshell.api.georeference

This commit is contained in:
civilx64
2024-12-07 10:35:49 -05:00
committed by Thomas Krijnen
parent 93ec1cbfc2
commit ad35ceef2a
@@ -788,6 +788,7 @@ def convert_file_length_units(ifc_file: ifcopenshell.file, target_units: str = "
"""Converts all units in an IFC file to the specified target units. Returns a new file."""
import ifcopenshell.util.element
import ifcopenshell.util.geolocation
import ifcopenshell.api.georeference
prefix = get_prefix(target_units)
si_unit = get_unit_name(target_units)