From 1ae55fecc5e5ffcf3b5ab5fa4dd138a698d2315b Mon Sep 17 00:00:00 2001 From: jonahrb Date: Tue, 4 Feb 2025 07:52:16 -0600 Subject: [PATCH] add docs --- doc/source/getting_started/local/index.rst | 2 ++ src/ansys/geometry/core/connection/product_instance.py | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/source/getting_started/local/index.rst b/doc/source/getting_started/local/index.rst index 1093b8521f..01001bdbb2 100644 --- a/doc/source/getting_started/local/index.rst +++ b/doc/source/getting_started/local/index.rst @@ -35,6 +35,8 @@ either Discovery, SpaceClaim, or the Geometry service. modeler = launch_modeler_with_geometry_service() +When launching via Geometry Service, if you have a custom local install, you can define the path of this install +in the ANSYS_GEOMETRY_SERVICE_ROOT environment variable. The launcher will use this location by default. For more information on the arguments accepted by the launcher methods, see their API documentation: diff --git a/src/ansys/geometry/core/connection/product_instance.py b/src/ansys/geometry/core/connection/product_instance.py index 69d0f7787c..82678b0800 100644 --- a/src/ansys/geometry/core/connection/product_instance.py +++ b/src/ansys/geometry/core/connection/product_instance.py @@ -143,6 +143,7 @@ """ ANSYS_GEOMETRY_SERVICE_ROOT = "ANSYS_GEOMETRY_SERVICE_ROOT" +"""Local Geometry Service install location. This is for GeometryService and CoreGeometryService.""" class ProductInstance: