compas-assembly

Assembly data structures for the COMPAS framework.


Keywords
3dec, assemblies, discrete-element-modelling, prd, rbe
License
Other
Install
pip install compas-assembly==0.7.0

Documentation

COMPAS Assembly

GitHub - License PyPI - Python Version PyPI - Latest Release

Assembly data structure for the COMPAS 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.