Skip to main content

topologically generating branching diagram mesh

Project description

compas_skeleton

Topologically generating mesh from a set of lines and allowing interactive editing.

install requirement

Anaconda/conda and COMPAS >= 0.15.5 is required.

  1. Set up a dedicated conda environment.

    On Windows.

    conda create -n yourenv python=3.7
    

    On Mac, also install Python as a framework (add python.app).

    conda create -n yourenv python=3.7 python.app
    

    Activate the environment

    conda activate yourenv
    
  2. Install COMPAS.

    navigate to the root of the compas repo, and do

    pip install -e .
    

    more about installing compas: COMPAS

  3. Install Skeleton.

    navigate to the root of the compas_skeleton repo, and do

    pip install -e .
    

    To verify, open an interactive Python prompt and import the installed packages.

    >>> import compas
    >>> import compas_skeleton
    >>> exit()
    
  4. Install packages for Rhino.

    From the root of compas_skeleton, do

    python -m compas_rhino.install -p compas compas_skeleton
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compas_skeleton-1.1.4.tar.gz (19.2 kB view hashes)

Uploaded Source

Built Distribution

compas_skeleton-1.1.4-py2.py3-none-any.whl (21.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page