From 175722408fc39902e5bd79425333b961415db40a Mon Sep 17 00:00:00 2001 From: Laura Bobillier Date: Thu, 20 Aug 2026 15:54:27 +0200 Subject: [PATCH 1/3] [API-494] Added method get_Connector_Axis_Guid_By_Name --- src/connector_axis_controller/__init__.pyi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/connector_axis_controller/__init__.pyi b/src/connector_axis_controller/__init__.pyi index 997f80e..23abfae 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. + """ \ No newline at end of file From 6fbeeaaeff7891201c74d4a2c4d4b7c07771d0bc Mon Sep 17 00:00:00 2001 From: Laura Bobillier Date: Thu, 20 Aug 2026 15:54:41 +0200 Subject: [PATCH 2/3] [API-494] Updated doc version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From a5f093b19e608fd37b727b742a8a95ac602dea77 Mon Sep 17 00:00:00 2001 From: Laura Bobillier Date: Fri, 21 Aug 2026 09:41:51 +0200 Subject: [PATCH 3/3] [API-494] Corrected file formatting --- src/connector_axis_controller/__init__.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connector_axis_controller/__init__.pyi b/src/connector_axis_controller/__init__.pyi index 23abfae..934f73c 100644 --- a/src/connector_axis_controller/__init__.pyi +++ b/src/connector_axis_controller/__init__.pyi @@ -527,4 +527,4 @@ def get_connector_axis_guid_by_name(name: str) -> str: Returns: The GUID of the connector axis. - """ \ No newline at end of file + """