mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
b6e03574d2
Two small refactors: - apply_transform_modal_draw_gate(group, context) replaces the three-line _is_transform_modal_active + _hide_all_non_modal_gizmos pair that BillboardingGizmoGroupMixin, BaseParametricGizmoGroup and BaseSchematicGizmoGroup all repeat in draw_prepare. - decorator.py renames _stroke_lines_alpha to a public-scope draw_polyline_segments and drops the no-longer-private companion docstring reference; the function is now usable by sibling decorators that draw polyline overlays. Plus a few one-liner tweaks in tool/model.py and opening.py following the helper rename. Generated with the assistance of an AI coding tool.