AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
schemas/graph.json
schemas/halfedge.json
schemas/halfface.json
src/COMPAS.egg-info/PKG-INFO
src/COMPAS.egg-info/SOURCES.txt
src/COMPAS.egg-info/dependency_links.txt
src/COMPAS.egg-info/entry_points.txt
src/COMPAS.egg-info/not-zip-safe
src/COMPAS.egg-info/requires.txt
src/COMPAS.egg-info/top_level.txt
src/compas/__init__.py
src/compas/__main__.py
src/compas/_json.py
src/compas/_os.py
src/compas/base.py
src/compas/plugins.py
src/compas/datastructures/__init__.py
src/compas/datastructures/_mutablemapping.py
src/compas/datastructures/attributes.py
src/compas/datastructures/datastructure.py
src/compas/datastructures/mesh/__init__.py
src/compas/datastructures/mesh/_mesh.py
src/compas/datastructures/mesh/bbox.py
src/compas/datastructures/mesh/bbox_numpy.py
src/compas/datastructures/mesh/combinatorics.py
src/compas/datastructures/mesh/contours_numpy.py
src/compas/datastructures/mesh/conway.py
src/compas/datastructures/mesh/curvature.py
src/compas/datastructures/mesh/descent_numpy.py
src/compas/datastructures/mesh/duality.py
src/compas/datastructures/mesh/explode.py
src/compas/datastructures/mesh/geodesics_numpy.py
src/compas/datastructures/mesh/geometry.py
src/compas/datastructures/mesh/join.py
src/compas/datastructures/mesh/offset.py
src/compas/datastructures/mesh/orientation.py
src/compas/datastructures/mesh/parameterisation.py
src/compas/datastructures/mesh/planarisation.py
src/compas/datastructures/mesh/planarisation_numpy.py
src/compas/datastructures/mesh/pull_numpy.py
src/compas/datastructures/mesh/remesh.py
src/compas/datastructures/mesh/slice.py
src/compas/datastructures/mesh/smoothing.py
src/compas/datastructures/mesh/smoothing_numpy.py
src/compas/datastructures/mesh/subdivision.py
src/compas/datastructures/mesh/transformations.py
src/compas/datastructures/mesh/transformations_numpy.py
src/compas/datastructures/mesh/triangulation.py
src/compas/datastructures/mesh/trimesh_samplepoints_numpy.py
src/compas/datastructures/mesh/trimming.py
src/compas/datastructures/mesh/core/__init__.py
src/compas/datastructures/mesh/core/clean.py
src/compas/datastructures/mesh/core/halfedge.py
src/compas/datastructures/mesh/core/matrices.py
src/compas/datastructures/mesh/core/mesh.py
src/compas/datastructures/mesh/core/operations/__init__.py
src/compas/datastructures/mesh/core/operations/collapse.py
src/compas/datastructures/mesh/core/operations/insert.py
src/compas/datastructures/mesh/core/operations/merge.py
src/compas/datastructures/mesh/core/operations/split.py
src/compas/datastructures/mesh/core/operations/substitute.py
src/compas/datastructures/mesh/core/operations/swap.py
src/compas/datastructures/mesh/core/operations/weld.py
src/compas/datastructures/network/__init__.py
src/compas/datastructures/network/_network.py
src/compas/datastructures/network/combinatorics.py
src/compas/datastructures/network/complementarity.py
src/compas/datastructures/network/duality.py
src/compas/datastructures/network/explode.py
src/compas/datastructures/network/planarity.py
src/compas/datastructures/network/planarity_.py
src/compas/datastructures/network/smoothing.py
src/compas/datastructures/network/transformations.py
src/compas/datastructures/network/traversal.py
src/compas/datastructures/network/core/__init__.py
src/compas/datastructures/network/core/graph.py
src/compas/datastructures/network/core/matrices.py
src/compas/datastructures/network/core/network.py
src/compas/datastructures/network/core/operations/__init__.py
src/compas/datastructures/network/core/operations/join.py
src/compas/datastructures/network/core/operations/split.py
src/compas/datastructures/volmesh/__init__.py
src/compas/datastructures/volmesh/_volmesh.py
src/compas/datastructures/volmesh/bbox.py
src/compas/datastructures/volmesh/transformations.py
src/compas/datastructures/volmesh/core/__init__.py
src/compas/datastructures/volmesh/core/attributes.py
src/compas/datastructures/volmesh/core/halfface.py
src/compas/datastructures/volmesh/core/volmesh.py
src/compas/datastructures/volmesh/core/operations/__init__.py
src/compas/files/__init__.py
src/compas/files/dae.py
src/compas/files/dxf.py
src/compas/files/las.py
src/compas/files/obj.py
src/compas/files/off.py
src/compas/files/ply.py
src/compas/files/stl.py
src/compas/files/urdf.py
src/compas/files/xml.py
src/compas/files/_xml/__init__.py
src/compas/files/_xml/xml_cli.py
src/compas/files/_xml/xml_cpython.py
src/compas/files/_xml/xml_pre_38.py
src/compas/files/_xml/xml_shared.py
src/compas/files/gltf/__init__.py
src/compas/files/gltf/constants.py
src/compas/files/gltf/data_classes.py
src/compas/files/gltf/gltf.py
src/compas/files/gltf/gltf_children.py
src/compas/files/gltf/gltf_content.py
src/compas/files/gltf/gltf_exporter.py
src/compas/files/gltf/gltf_mesh.py
src/compas/files/gltf/gltf_node.py
src/compas/files/gltf/gltf_parser.py
src/compas/files/gltf/gltf_reader.py
src/compas/files/gltf/gltf_scene.py
src/compas/files/gltf/helpers.py
src/compas/geometry/__init__.py
src/compas/geometry/_core/__init__.py
src/compas/geometry/_core/_algebra.py
src/compas/geometry/_core/analytical.py
src/compas/geometry/_core/angles.py
src/compas/geometry/_core/basic.py
src/compas/geometry/_core/centroids.py
src/compas/geometry/_core/constructors.py
src/compas/geometry/_core/distance.py
src/compas/geometry/_core/kdtree.py
src/compas/geometry/_core/normals.py
src/compas/geometry/_core/quaternions.py
src/compas/geometry/_core/size.py
src/compas/geometry/_core/tangent.py
src/compas/geometry/bbox/__init__.py
src/compas/geometry/bbox/bbox.py
src/compas/geometry/bbox/bbox_numpy.py
src/compas/geometry/bestfit/__init__.py
src/compas/geometry/bestfit/bestfit.py
src/compas/geometry/bestfit/bestfit_numpy.py
src/compas/geometry/booleans/__init__.py
src/compas/geometry/collections/__init__.py
src/compas/geometry/collections/collection.py
src/compas/geometry/collections/collection_numpy.py
src/compas/geometry/collections/pointcollection.py
src/compas/geometry/collections/pointcollection_numpy.py
src/compas/geometry/hull/__init__.py
src/compas/geometry/hull/hull.py
src/compas/geometry/hull/hull_numpy.py
src/compas/geometry/icp/__init__.py
src/compas/geometry/icp/icp_numpy.py
src/compas/geometry/interpolation/__init__.py
src/compas/geometry/interpolation/barycentric.py
src/compas/geometry/interpolation/coons.py
src/compas/geometry/interpolation/tweening.py
src/compas/geometry/intersections/__init__.py
src/compas/geometry/intersections/intersections.py
src/compas/geometry/offset/__init__.py
src/compas/geometry/offset/offset.py
src/compas/geometry/pointclouds/__init__.py
src/compas/geometry/pointclouds/pointcloud.py
src/compas/geometry/predicates/__init__.py
src/compas/geometry/predicates/predicates_2.py
src/compas/geometry/predicates/predicates_3.py
src/compas/geometry/primitives/__init__.py
src/compas/geometry/primitives/_primitive.py
src/compas/geometry/primitives/circle.py
src/compas/geometry/primitives/curve.py
src/compas/geometry/primitives/ellipse.py
src/compas/geometry/primitives/frame.py
src/compas/geometry/primitives/line.py
src/compas/geometry/primitives/plane.py
src/compas/geometry/primitives/point.py
src/compas/geometry/primitives/polygon.py
src/compas/geometry/primitives/polyline.py
src/compas/geometry/primitives/quaternion.py
src/compas/geometry/primitives/vector.py
src/compas/geometry/quadmesh/__init__.py
src/compas/geometry/quadmesh/planarization.py
src/compas/geometry/shapes/__init__.py
src/compas/geometry/shapes/_shape.py
src/compas/geometry/shapes/box.py
src/compas/geometry/shapes/capsule.py
src/compas/geometry/shapes/cone.py
src/compas/geometry/shapes/cylinder.py
src/compas/geometry/shapes/polyhedron.py
src/compas/geometry/shapes/sphere.py
src/compas/geometry/shapes/torus.py
src/compas/geometry/transformations/__init__.py
src/compas/geometry/transformations/matrices.py
src/compas/geometry/transformations/projection.py
src/compas/geometry/transformations/reflection.py
src/compas/geometry/transformations/rotation.py
src/compas/geometry/transformations/scale.py
src/compas/geometry/transformations/shear.py
src/compas/geometry/transformations/transformation.py
src/compas/geometry/transformations/transformations.py
src/compas/geometry/transformations/transformations_numpy.py
src/compas/geometry/transformations/translation.py
src/compas/geometry/triangulation/__init__.py
src/compas/geometry/triangulation/delaunay.py
src/compas/geometry/triangulation/delaunay_numpy.py
src/compas/geometry/trimesh/__init__.py
src/compas/geometry/trimesh/curvature.py
src/compas/geometry/trimesh/geodistance.py
src/compas/geometry/trimesh/isolines.py
src/compas/geometry/trimesh/matrices.py
src/compas/geometry/trimesh/parametrisation.py
src/compas/geometry/trimesh/remesh.py
src/compas/geometry/trimesh/slicing.py
src/compas/interop/__init__.py
src/compas/interop/matlab/__init__.py
src/compas/interop/matlab/client.py
src/compas/interop/matlab/engine.py
src/compas/interop/matlab/process.py
src/compas/interop/matlab/session.py
src/compas/numerical/__init__.py
src/compas/numerical/linalg.py
src/compas/numerical/matrices.py
src/compas/numerical/operators.py
src/compas/numerical/utilities.py
src/compas/numerical/descent/__init__.py
src/compas/numerical/descent/descent_numpy.py
src/compas/numerical/devo/__init__.py
src/compas/numerical/devo/devo_numpy.py
src/compas/numerical/dr/__init__.py
src/compas/numerical/dr/dr.py
src/compas/numerical/dr/dr_numpy.py
src/compas/numerical/drx/__init__.py
src/compas/numerical/drx/drx_numba.py
src/compas/numerical/drx/drx_numpy.py
src/compas/numerical/fd/__init__.py
src/compas/numerical/fd/fd_numpy.py
src/compas/numerical/ga/__init__.py
src/compas/numerical/ga/ga.py
src/compas/numerical/ga/moga.py
src/compas/numerical/isolines/__init__.py
src/compas/numerical/isolines/isolines_numpy.py
src/compas/numerical/lma/__init__.py
src/compas/numerical/lma/lma_numpy.py
src/compas/numerical/mma/__init__.py
src/compas/numerical/mma/mma_numpy.py
src/compas/numerical/pca/__init__.py
src/compas/numerical/pca/pca_numpy.py
src/compas/numerical/topop/__init__.py
src/compas/numerical/topop/topop_numpy.py
src/compas/robots/__init__.py
src/compas/robots/base_artist/__init__.py
src/compas/robots/base_artist/_artist.py
src/compas/robots/model/__init__.py
src/compas/robots/model/geometry.py
src/compas/robots/model/joint.py
src/compas/robots/model/link.py
src/compas/robots/model/robot.py
src/compas/robots/model/tool.py
src/compas/robots/resources/__init__.py
src/compas/robots/resources/basic.py
src/compas/robots/resources/github.py
src/compas/rpc/__init__.py
src/compas/rpc/__main__.py
src/compas/rpc/dispatcher.py
src/compas/rpc/errors.py
src/compas/rpc/proxy.py
src/compas/rpc/server.py
src/compas/rpc/services/__init__.py
src/compas/rpc/services/default.py
src/compas/topology/__init__.py
src/compas/topology/combinatorics.py
src/compas/topology/connectivity.py
src/compas/topology/orientation.py
src/compas/topology/orientation_numpy.py
src/compas/topology/orientation_rhino.py
src/compas/topology/traversal.py
src/compas/utilities/__init__.py
src/compas/utilities/azync.py
src/compas/utilities/coercing.py
src/compas/utilities/colors.py
src/compas/utilities/datetime.py
src/compas/utilities/decorators.py
src/compas/utilities/descriptors.py
src/compas/utilities/encoders.py
src/compas/utilities/images.py
src/compas/utilities/itertools.py
src/compas/utilities/maps.py
src/compas/utilities/remote.py
src/compas/utilities/ssh.py
src/compas/utilities/xfunc.py
src/compas_blender/__init__.py
src/compas_blender/install.py
src/compas_blender/uninstall.py
src/compas_blender/artists/__init__.py
src/compas_blender/artists/_artist.py
src/compas_blender/artists/meshartist.py
src/compas_blender/artists/networkartist.py
src/compas_blender/artists/robotmodelartist.py
src/compas_blender/artists/volmeshartist.py
src/compas_blender/geometry/__init__.py
src/compas_blender/geometry/_geometry.py
src/compas_blender/geometry/curve.py
src/compas_blender/geometry/mesh.py
src/compas_blender/geometry/booleans/__init__.py
src/compas_blender/ui/__init__.py
src/compas_blender/ui/mouse.py
src/compas_blender/ui/forms/__init__.py
src/compas_blender/utilities/__init__.py
src/compas_blender/utilities/collections.py
src/compas_blender/utilities/data.py
src/compas_blender/utilities/drawing.py
src/compas_blender/utilities/misc.py
src/compas_blender/utilities/objects.py
src/compas_ghpython/NOTES
src/compas_ghpython/__init__.py
src/compas_ghpython/install.py
src/compas_ghpython/artists/__init__.py
src/compas_ghpython/artists/_artist.py
src/compas_ghpython/artists/_primitiveartist.py
src/compas_ghpython/artists/_shapeartist.py
src/compas_ghpython/artists/circleartist.py
src/compas_ghpython/artists/frameartist.py
src/compas_ghpython/artists/lineartist.py
src/compas_ghpython/artists/meshartist.py
src/compas_ghpython/artists/networkartist.py
src/compas_ghpython/artists/pointartist.py
src/compas_ghpython/artists/polylineartist.py
src/compas_ghpython/artists/robotmodelartist.py
src/compas_ghpython/artists/volmeshartist.py
src/compas_ghpython/utilities/__init__.py
src/compas_ghpython/utilities/drawing.py
src/compas_ghpython/utilities/sets.py
src/compas_ghpython/utilities/timer.py
src/compas_plotters/__init__.py
src/compas_plotters/geometryplotter.py
src/compas_plotters/meshplotter.py
src/compas_plotters/networkplotter.py
src/compas_plotters/plotter.py
src/compas_plotters/plotter2.py
src/compas_plotters/artists/__init__.py
src/compas_plotters/artists/artist.py
src/compas_plotters/artists/circleartist.py
src/compas_plotters/artists/ellipseartist.py
src/compas_plotters/artists/lineartist.py
src/compas_plotters/artists/meshartist.py
src/compas_plotters/artists/pointartist.py
src/compas_plotters/artists/polygonartist.py
src/compas_plotters/artists/polylineartist.py
src/compas_plotters/artists/segmentartist.py
src/compas_plotters/artists/vectorartist.py
src/compas_plotters/core/__init__.py
src/compas_plotters/core/drawing.py
src/compas_plotters/core/helpers.py
src/compas_plotters/core/utilities.py
src/compas_rhino/__init__.py
src/compas_rhino/install.py
src/compas_rhino/install_plugin.py
src/compas_rhino/uninstall.py
src/compas_rhino/uninstall_plugin.py
src/compas_rhino/artists/__init__.py
src/compas_rhino/artists/_artist.py
src/compas_rhino/artists/_primitiveartist.py
src/compas_rhino/artists/_shapeartist.py
src/compas_rhino/artists/boxartist.py
src/compas_rhino/artists/capsuleartist.py
src/compas_rhino/artists/circleartist.py
src/compas_rhino/artists/coneartist.py
src/compas_rhino/artists/cylinderartist.py
src/compas_rhino/artists/frameartist.py
src/compas_rhino/artists/lineartist.py
src/compas_rhino/artists/meshartist.py
src/compas_rhino/artists/networkartist.py
src/compas_rhino/artists/planeartist.py
src/compas_rhino/artists/pointartist.py
src/compas_rhino/artists/polygonartist.py
src/compas_rhino/artists/polyhedronartist.py
src/compas_rhino/artists/polylineartist.py
src/compas_rhino/artists/robotmodelartist.py
src/compas_rhino/artists/sphereartist.py
src/compas_rhino/artists/torusartist.py
src/compas_rhino/artists/vectorartist.py
src/compas_rhino/artists/volmeshartist.py
src/compas_rhino/conduits/__init__.py
src/compas_rhino/conduits/base.py
src/compas_rhino/conduits/faces.py
src/compas_rhino/conduits/labels.py
src/compas_rhino/conduits/lines.py
src/compas_rhino/conduits/points.py
src/compas_rhino/forms/__init__.py
src/compas_rhino/forms/base.py
src/compas_rhino/forms/browser.py
src/compas_rhino/forms/chart.py
src/compas_rhino/forms/image.py
src/compas_rhino/forms/slider.py
src/compas_rhino/forms/text.py
src/compas_rhino/forms/etoforms/__init__.py
src/compas_rhino/forms/etoforms/image.py
src/compas_rhino/forms/etoforms/propertylist.py
src/compas_rhino/forms/etoforms/settings.py
src/compas_rhino/forms/etoforms/text.py
src/compas_rhino/geometry/__init__.py
src/compas_rhino/geometry/_geometry.py
src/compas_rhino/geometry/curve.py
src/compas_rhino/geometry/line.py
src/compas_rhino/geometry/mesh.py
src/compas_rhino/geometry/plane.py
src/compas_rhino/geometry/point.py
src/compas_rhino/geometry/surface.py
src/compas_rhino/geometry/vector.py
src/compas_rhino/geometry/booleans/__init__.py
src/compas_rhino/geometry/transformations/__init__.py
src/compas_rhino/geometry/transformations/xforms.py
src/compas_rhino/objects/__init__.py
src/compas_rhino/objects/_object.py
src/compas_rhino/objects/meshobject.py
src/compas_rhino/objects/networkobject.py
src/compas_rhino/objects/volmeshobject.py
src/compas_rhino/objects/inspect/__init__.py
src/compas_rhino/objects/inspect/meshinspector.py
src/compas_rhino/objects/modify/__init__.py
src/compas_rhino/objects/modify/datastructures.py
src/compas_rhino/objects/select/__init__.py
src/compas_rhino/objects/select/datastructures.py
src/compas_rhino/ui/__init__.py
src/compas_rhino/ui/command.py
src/compas_rhino/ui/mouse.py
src/compas_rhino/ui/rui.py
src/compas_rhino/utilities/__init__.py
src/compas_rhino/utilities/constructors.py
src/compas_rhino/utilities/document.py
src/compas_rhino/utilities/drawing.py
src/compas_rhino/utilities/geometry.py
src/compas_rhino/utilities/layers.py
src/compas_rhino/utilities/misc.py
src/compas_rhino/utilities/objects.py