Assembly data structure for the COMPAS framework.
Basic installation with pip
.
pip install compas_assembly
Installation with pip
in a conda
environment.
conda create -n assembly compas
conda activate assembly
pip install compas_assembly
To use the viewer for visualisation of assemblies outside of CAD software, install compas_view2
.
conda install compas_view2
Try one of the examples included in the examples
folder.
For questions and discussions try the forum: https://forum.compas-framework.org/.
If you find a bug, please help us solve it by filing a report.
See changes between releases on the changelog.
compas_ssembly
is released under the MIT license.
See the list of authors for an overview of the contributors.