COMPAS Assembly
Assembly data structure for the compas_assembly framework.
Installation
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
First Steps
Try one of the examples included in the examples
folder.
Questions and feedback
For questions and discussions try the forum: https://forum.compas-framework.org/.
Issue tracker
If you find a bug, please help us solve it by filing a report.
Changelog
See changes between releases on the changelog.
License
compas_ssembly
is released under the MIT license.
Credits
See the list of authors for an overview of the contributors.