diff --git a/src/ifcopenshell-python/ifcopenshell/api/context/add_context.py b/src/ifcopenshell-python/ifcopenshell/api/context/add_context.py index 9b0b3788a8..e7f96a77d7 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/context/add_context.py +++ b/src/ifcopenshell-python/ifcopenshell/api/context/add_context.py @@ -218,6 +218,6 @@ class Usecase: def create_2d_origin(self): self.origin = self.file.createIfcAxis2Placement2D( - self.file.createIfcCartesianPoint((0.0, 0.0, 0.0)), - self.file.createIfcDirection((1.0, 0.0, 0.0)), + self.file.createIfcCartesianPoint((0.0, 0.0)), + self.file.createIfcDirection((1.0, 0.0)), )