ifcopenshell.api.georeference.remove_georeferencing
¶
Module Contents¶
- ifcopenshell.api.georeference.remove_georeferencing.remove_georeferencing(file: ifcopenshell.file) None ¶
Remove georeferencing data
All georeferencing parameters such as projected CRS and map conversion data will be lost.
In IFC2X3, the psets will be removed from the IfcProject.
Example:
ifcopenshell.api.georeference.add_georeferencing(model) # Let’s change our mind ifcopenshell.api.georeference.remove_georeferencing(model)