AUTHORS.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
src/compas_3gs/__init__.py
src/compas_3gs.egg-info/PKG-INFO
src/compas_3gs.egg-info/SOURCES.txt
src/compas_3gs.egg-info/dependency_links.txt
src/compas_3gs.egg-info/not-zip-safe
src/compas_3gs.egg-info/requires.txt
src/compas_3gs.egg-info/top_level.txt
src/compas_3gs/algorithms/__init__.py
src/compas_3gs/algorithms/arearisation.py
src/compas_3gs/algorithms/duality.py
src/compas_3gs/algorithms/egi.py
src/compas_3gs/algorithms/other.py
src/compas_3gs/algorithms/planarisation.py
src/compas_3gs/algorithms/reciprocation.py
src/compas_3gs/algorithms/unifieddiagram.py
src/compas_3gs/datastructures/__init__.py
src/compas_3gs/datastructures/mesh3gs.py
src/compas_3gs/datastructures/network3gs.py
src/compas_3gs/datastructures/volmesh3gs.py
src/compas_3gs/diagrams/__init__.py
src/compas_3gs/diagrams/cell.py
src/compas_3gs/diagrams/disjointed.py
src/compas_3gs/diagrams/egi.py
src/compas_3gs/diagrams/polyhedral.py
src/compas_3gs/operations/__init__.py
src/compas_3gs/operations/celloperations.py
src/compas_3gs/operations/volmeshoperations.py
src/compas_3gs/rhino/__init__.py
src/compas_3gs/rhino/control/__init__.py
src/compas_3gs/rhino/control/dynamic_pickers.py
src/compas_3gs/rhino/control/helpers.py
src/compas_3gs/rhino/control/inspectors.py
src/compas_3gs/rhino/control/selectors.py
src/compas_3gs/rhino/display/__init__.py
src/compas_3gs/rhino/display/conduits.py
src/compas_3gs/rhino/display/drawing.py
src/compas_3gs/rhino/wrappers/__init__.py
src/compas_3gs/rhino/wrappers/modify_diagrams.py
src/compas_3gs/rhino/wrappers/transform_cell.py
src/compas_3gs/rhino/wrappers/transform_volmesh.py
src/compas_3gs/utilities/__init__.py
src/compas_3gs/utilities/geometry.py
src/compas_3gs/utilities/other.py
src/compas_3gs/utilities/topology.py