mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
@@ -358,7 +358,7 @@ class Usecase:
|
|||||||
# need to add first two points to the path
|
# need to add first two points to the path
|
||||||
# to create the turning arcs and supports on the last segment of the loop
|
# to create the turning arcs and supports on the last segment of the loop
|
||||||
if looped_path:
|
if looped_path:
|
||||||
railing_coords += railing_coords[:2]
|
railing_coords = np.vstack((railing_coords, railing_coords[:2]))
|
||||||
|
|
||||||
items_3d.extend(create_supports_items(railing_coords, manual_supports=use_manual_supports))
|
items_3d.extend(create_supports_items(railing_coords, manual_supports=use_manual_supports))
|
||||||
railing_coords = add_arcs_on_turnings_points(railing_coords)
|
railing_coords = add_arcs_on_turnings_points(railing_coords)
|
||||||
|
|||||||
Reference in New Issue
Block a user