You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains an example Tesseract configuration and scripts demonstrating how to use Tesseract-JAX with ANSYS spaceclaim and PyMAPDL.
3
+
This directory contains an example Tesseract configuration and scripts demonstrating how to use Tesseract-JAX with ANSYS spaceclaim and PyMAPDL.
4
4
5
5
## Get Started
6
6
7
7
### SpaceClaim Tesseract
8
8
9
-
On a machine that has ANSYS SpaceClaim installed, create a new python environment and install the required dependencies by running:
9
+
On a windows machine, install [ansys-spaceclaim](https://www.ansys.com/products/3d-design/ansys-spaceclaim) and create a new python env. Install the required dependencies:
Then navigate to the `spaceclaim` directory and start the Tesseract runtime server with:
15
+
Clone this repository, navigate to the `examples/ansys/spaceclaim` directory and start the Tesseract runtime server with:
16
16
17
17
```bash
18
-
uv run tesseract-runtime serve
18
+
tesseract-runtime serve
19
19
```
20
20
21
21
Note that we dont build a Tesseract image for SpaceClaim in this example. This is because SpaceClaim cannot be installed in a containerized environment.
0 commit comments