diff --git a/pyproject.toml b/pyproject.toml index 232ea67..898b031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/connector_axis_controller/__init__.pyi b/src/connector_axis_controller/__init__.pyi index 997f80e..934f73c 100644 --- a/src/connector_axis_controller/__init__.pyi +++ b/src/connector_axis_controller/__init__.pyi @@ -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. + """