compas-gmsh

COMPAS friendly binding for GMSH


Keywords
compas, csg, gmsh, remeshing, triangulation
License
MIT
Install
pip install compas-gmsh==0.4.1

Documentation

COMPAS GMSH

build GitHub - License PyPI - Python Version PyPI - Latest Release

COMPAS friendly interface for Gmsh.

Installation

conda create -n gmsh -c conda-forge compas compas_view2 --yes
conda activate gmsh
pip install compas_gmsh

Getting Started

Have a look at some of the first examples in the documentation.

License

compas_gmsh provides a COMPAS friendly interface to Gmsh. Gmsh is released under GPL-2.0-or-later.