mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-06 12:26:26 +00:00
Use snake case conversion result APIs
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -889,7 +889,7 @@ class context:
|
||||
def write_obj(ofn, *, elem=None, item=None):
|
||||
s = ifcopenshell.geom.settings(USE_WORLD_COORDS=True, WELD_VERTICES=False)
|
||||
if item:
|
||||
geom = item.Triangulate(s)
|
||||
geom = item.triangulate(s)
|
||||
else:
|
||||
geom = elem.geometry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user