From b73da046ee7b59eed4bef4794c07f66a63371ee8 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 2 Jul 2024 18:59:13 +1000 Subject: [PATCH] See #4964. Forgot to commit qto function. --- src/ifc5d/ifc5d/qto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifc5d/ifc5d/qto.py b/src/ifc5d/ifc5d/qto.py index f7c8febcc0..202f0158ff 100644 --- a/src/ifc5d/ifc5d/qto.py +++ b/src/ifc5d/ifc5d/qto.py @@ -94,6 +94,7 @@ class IfcOpenShell: "get_x": Function("IfcLengthMeasure", "X", "Calculates the length along the local X axis"), "get_y": Function("IfcLengthMeasure", "Y", "Calculates the length along the local Y axis"), "get_z": Function("IfcLengthMeasure", "Z", "Calculates the length along the local Z axis"), + "get_max_xy": Function("IfcLengthMeasure", "Max XY", "The maximum X or Y local dimension"), "get_max_xyz": Function("IfcLengthMeasure", "Max XYZ", "The maximum X, Y, or Z local dimension"), "get_min_xyz": Function("IfcLengthMeasure", "Min XYZ", "The minimum X, Y, or Z local dimension"), "get_top_elevation": Function("IfcLengthMeasure", "Top elevation", "The local maximum Z ordinate"),