mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix api.alignment missing __all__
This commit is contained in:
@@ -69,3 +69,34 @@ from .remove_last_segment import remove_last_segment
|
||||
from .remove_zero_length_segment import remove_zero_length_segment
|
||||
from .update_curve_segment_transition_code import update_curve_segment_transition_code
|
||||
from .util import *
|
||||
|
||||
__all__ = [
|
||||
"add_segment_to_curve",
|
||||
"add_segment_to_layout",
|
||||
"add_stationing_to_alignment",
|
||||
"add_vertical_alignment_by_pi_method",
|
||||
"add_vertical_alignment",
|
||||
"add_zero_length_segment",
|
||||
"create_alignment_by_pi_method",
|
||||
"create_alignment_from_csv",
|
||||
"create_horizontal_alignment_by_pi_method",
|
||||
"create_geometric_representation",
|
||||
"create_vertical_alignment_by_pi_method",
|
||||
"distance_along_from_station",
|
||||
"get_alignment_layouts",
|
||||
"get_axis_subcontext",
|
||||
"get_basis_curve",
|
||||
"get_child_alignments",
|
||||
"get_curve",
|
||||
"get_parent_alignment",
|
||||
"has_zero_length_segment",
|
||||
"map_alignment_segments",
|
||||
"map_alignment_segment",
|
||||
"map_alignment_horizontal_segment",
|
||||
"map_alignment_vertical_segment",
|
||||
"map_alignment_cant_segment",
|
||||
"name_segments",
|
||||
"remove_last_segment",
|
||||
"remove_zero_length_segment",
|
||||
"update_curve_segment_transition_code",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user