Skip to content

BlockResearchGroup/compas_assembly

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

COMPAS Assembly

GitHub - License PyPI - Python Version PyPI - Latest Release

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.