LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
src/compas_model/__init__.py
src/compas_model/errors.py
src/compas_model.egg-info/PKG-INFO
src/compas_model.egg-info/SOURCES.txt
src/compas_model.egg-info/dependency_links.txt
src/compas_model.egg-info/not-zip-safe
src/compas_model.egg-info/requires.txt
src/compas_model.egg-info/top_level.txt
src/compas_model/algorithms/__init__.py
src/compas_model/algorithms/collision.py
src/compas_model/algorithms/contacts.py
src/compas_model/datastructures/__init__.py
src/compas_model/datastructures/bvh.py
src/compas_model/datastructures/kdtree.py
src/compas_model/elements/__init__.py
src/compas_model/elements/beam.py
src/compas_model/elements/column.py
src/compas_model/elements/element.py
src/compas_model/elements/group.py
src/compas_model/elements/plate.py
src/compas_model/geometry/__init__.py
src/compas_model/geometry/bbox.py
src/compas_model/geometry/distances.py
src/compas_model/geometry/gjk2.py
src/compas_model/geometry/intersections.py
src/compas_model/geometry/minkowski2.py
src/compas_model/geometry/minkowski3.py
src/compas_model/interactions/__init__.py
src/compas_model/interactions/contact.py
src/compas_model/materials/__init__.py
src/compas_model/materials/concrete.py
src/compas_model/materials/errors.py
src/compas_model/materials/material.py
src/compas_model/materials/steel.py
src/compas_model/materials/timber.py
src/compas_model/models/__init__.py
src/compas_model/models/bvh.py
src/compas_model/models/elementtree.py
src/compas_model/models/interactiongraph.py
src/compas_model/models/model.py
src/compas_model/modifiers/__init__.py
src/compas_model/modifiers/modifier.py
src/compas_model/notebooks/__init__.py
src/compas_model/rhino/__init__.py
src/compas_model/scene/__init__.py
src/compas_model/scene/elementobject.py
src/compas_model/scene/modelobject.py
src/compas_model/viewer/__init__.py
src/compas_model/viewer/elementobject.py
src/compas_model/viewer/modelobject.py
tests/test_algorithms_bvh.py
tests/test_algorithms_gjk2.py
tests/test_algorithms_intersections.py
tests/test_algorithms_minkowski2.py
tests/test_algorithms_pca_box.py
tests/test_element.py
tests/test_interactiongraph.py
tests/test_model.py