Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cwapi3d"
version = "33.333.2"
version = "33.343.2"

authors = [{ name = "Cadwork", email = "it@cadwork.ca" }]
requires-python = ">= 3.14"
Expand Down
10 changes: 10 additions & 0 deletions src/connector_axis_controller/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -518,3 +518,13 @@ def set_items_at_intersection(
intersection_index: The index of the intersection. (0-based index)
items: The items to set.
"""

def get_connector_axis_guid_by_name(name: str) -> str:
"""Gets the GUID of a connector axis by its name.

Parameters:
name: The name of the connector axis.

Returns:
The GUID of the connector axis.
"""