diff --git a/src/ifcopenshell-python/ifcopenshell/api/alignment/add_stationing_referent.py b/src/ifcopenshell-python/ifcopenshell/api/alignment/add_stationing_referent.py index 7709d44fdf..49f30dcbb2 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/alignment/add_stationing_referent.py +++ b/src/ifcopenshell-python/ifcopenshell/api/alignment/add_stationing_referent.py @@ -88,7 +88,7 @@ def add_stationing_referent( ) ), CartesianPosition=file.createIfcAxis2Placement3D( - Location=file.createIfcCartesianPoint(((x, y, z))), + Location=file.createIfcCartesianPoint((x, y, z)), Axis=file.createIfcDirection((ax, ay, az)), RefDirection=file.createIfcDirection((rx, ry, rz)), ),