Remove create alignment operator, refactor to use tool.Alignment.get_active_alignment

This commit is contained in:
Dion Moult
2026-02-25 11:03:06 +11:00
parent 95048ea2dd
commit cbdf1a193e
5 changed files with 67 additions and 146 deletions
@@ -90,6 +90,7 @@ from .layout_vertical_alignment_by_pi_method import (
from .name_segments import name_segments
from .segment_vertices import segment_vertices
from .update_fallback_position import update_fallback_position
from ._create_geometric_representation import _create_geometric_representation
from .util import *
__all__ = [
@@ -105,6 +106,7 @@ __all__ = [
"create_layout_segment",
"create_representation",
"create_segment_representations",
"_create_geometric_representation", # TODO I know I know
"distance_along_from_station",
"get_alignment",
"get_alignment_layout_nest",