From d49a3486b9f5d29029b5c57408b7eeb29036e389 Mon Sep 17 00:00:00 2001 From: Richard Brice <37087370+RickBrice@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:47:14 -0700 Subject: [PATCH] Commented out debugging code for alignment --- .../api/alignment/_map_alignment_horizontal_segment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/alignment/_map_alignment_horizontal_segment.py b/src/ifcopenshell-python/ifcopenshell/api/alignment/_map_alignment_horizontal_segment.py index 3a958ef966..1dfe2d3346 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/alignment/_map_alignment_horizontal_segment.py +++ b/src/ifcopenshell-python/ifcopenshell/api/alignment/_map_alignment_horizontal_segment.py @@ -275,6 +275,7 @@ def _map_helmert_curve(file: ifcopenshell.file, design_parameters: entity_instan ParentCurve=parent_curve2, ) + """ import numpy as np settings = ifcopenshell.geom.settings() prev_segment_fn = ifcopenshell_wrapper.map_shape(settings, curve_segment1.wrapped_data) @@ -288,7 +289,7 @@ def _map_helmert_curve(file: ifcopenshell.file, design_parameters: entity_instan start = np.array(s) assert(np.allclose(end[:3,3],start[:3,3])) - + """ return curve_segment1, curve_segment2