InstallationΒΆ
Stellarmesh is available on both conda-forge and PyPI.
conda install stellarmesh
pip install stellarmesh
Note that the PyPI distribution does not include some essential dependencies, and as such the following must be installed from source or from conda-forge:
moabpython-gmshOCP
Warning
While OCP and Gmsh can both be installed from PyPI, they are not ABI compatible. Usage of these packages will result in errors for some geometries.
Stellarmesh supports both build123d (recommended) and CadQuery for geometry construction but does not depend on either. The included examples use build123d.
conda install build123d
conda install cadquery