AUTHORS.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
src/compas_3gs/__init__.py
src/compas_3gs/activate.py
src/compas_3gs/install.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/helpers.py
src/compas_3gs/rhino/artists/__init__.py
src/compas_3gs/rhino/artists/forcevolmeshartist.py
src/compas_3gs/rhino/artists/formnetworkartist.py
src/compas_3gs/rhino/artists/networkartist.py
src/compas_3gs/rhino/artists/volmeshartist.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/forms/__init__.py
src/compas_3gs/rhino/forms/browser.py
src/compas_3gs/rhino/forms/src/._compas_3gs.jpg
src/compas_3gs/rhino/forms/src/brg.png
src/compas_3gs/rhino/forms/src/compas_3gs.jpg
src/compas_3gs/rhino/forms/src/eth.png
src/compas_3gs/rhino/forms/src/index.html
src/compas_3gs/rhino/forms/src/jquery-3.4.1.slim.min.js
src/compas_3gs/rhino/forms/src/styles.css
src/compas_3gs/rhino/objects/__init__.py
src/compas_3gs/rhino/objects/forcevolmeshobject.py
src/compas_3gs/rhino/objects/formnetworkobject.py
src/compas_3gs/rhino/objects/networkobject.py
src/compas_3gs/rhino/objects/volmeshobject.py
src/compas_3gs/rhino/scene/__init__.py
src/compas_3gs/rhino/scene/attributes.py
src/compas_3gs/rhino/scene/scene.py
src/compas_3gs/rhino/scene/settings.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/ui/Rhino/3GS/dev/._grid.png
src/compas_3gs/ui/Rhino/3GS/dev/3GS.rui
src/compas_3gs/ui/Rhino/3GS/dev/3GS.rui.rui_bak
src/compas_3gs/ui/Rhino/3GS/dev/TGS__init_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS__redo_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS__scene_clear_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS__scene_redraw_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS__session_load_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS__session_save_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS__undo_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_force_arearize_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_force_from_polysurfaces_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_force_modify_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_force_move_vertices_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_force_planarize_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_force_pull_halffaces_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_form_attributes_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_form_modify_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_form_move_vertices_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_pipes_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_primal_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_reciprocate_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_settings_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_skeleton_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/TGS_unified_diagram_cmd.py
src/compas_3gs/ui/Rhino/3GS/dev/__plugin__.py
src/compas_3gs/ui/Rhino/3GS/dev/config.json
src/compas_3gs/ui/Rhino/3GS/dev/grid.png
src/compas_3gs/ui/Rhino/3GS/dev/install.bat
src/compas_3gs/ui/Rhino/3GS/dev/install.command
src/compas_3gs/ui/Rhino/3GS/dev/rui.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