AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
bin/PLACEHOLDER
bin/install_compas_sublime
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/_os.py
src/compas/com/__init__.py
src/compas/com/matlab_/__init__.py
src/compas/com/matlab_/client.py
src/compas/com/matlab_/engine.py
src/compas/com/matlab_/process.py
src/compas/com/matlab_/session.py
src/compas/com/rhino/__init__.py
src/compas/com/rhino/client.py
src/compas/com/ssh/__init__.py
src/compas/com/ssh/euler.py
src/compas/com/ssh/ssh.py
src/compas/datastructures/__init__.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/cut.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/pull_numpy.py
src/compas/datastructures/mesh/remesh.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/trimming.py
src/compas/datastructures/mesh/core/__init__.py
src/compas/datastructures/mesh/core/attributes.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/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/parallelisation.py
src/compas/datastructures/network/planarity_.py
src/compas/datastructures/network/smoothing.py
src/compas/datastructures/network/transformations.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/files/__init__.py
src/compas/files/amf.py
src/compas/files/base_reader.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_cli.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/_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/_core/__init__.py
src/compas/geometry/_core/analytical.py
src/compas/geometry/_core/angles.py
src/compas/geometry/_core/average.py
src/compas/geometry/_core/basic.py
src/compas/geometry/_core/distance.py
src/compas/geometry/_core/intersections.py
src/compas/geometry/_core/kdtree.py
src/compas/geometry/_core/normals.py
src/compas/geometry/_core/quaternions.py
src/compas/geometry/_core/queries.py
src/compas/geometry/_core/size.py
src/compas/geometry/_core/tangent.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/spline.py
src/compas/geometry/_primitives/vector.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/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/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/coons.py
src/compas/geometry/interpolation/tweening.py
src/compas/geometry/offset/__init__.py
src/compas/geometry/offset/offset.py
src/compas/geometry/triangulation/__init__.py
src/compas/geometry/triangulation/triangulation.py
src/compas/geometry/triangulation/triangulation_numpy.py
src/compas/interop/__init__.py
src/compas/interop/cpp/__init__.py
src/compas/interop/cpp/xdarray.py
src/compas/interop/csharp/__init__.py
src/compas/interop/fortran/__init__.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/mma/__mma/NOTES
src/compas/numerical/mma/__mma/asymp.m
src/compas/numerical/mma/__mma/beam1.m
src/compas/numerical/mma/__mma/beam2.m
src/compas/numerical/mma/__mma/concheck.m
src/compas/numerical/mma/__mma/gcbeam.m
src/compas/numerical/mma/__mma/gcbeaminit.m
src/compas/numerical/mma/__mma/gcbeamresults
src/compas/numerical/mma/__mma/gcmma07.pdf
src/compas/numerical/mma/__mma/gcmmasub.m
src/compas/numerical/mma/__mma/kktcheck.m
src/compas/numerical/mma/__mma/raaupdate.m
src/compas/numerical/mma/__mma/subsolv.m
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/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/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/animation.py
src/compas/utilities/async_.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/itertools_.py
src/compas/utilities/maps.py
src/compas/utilities/profiling.py
src/compas/utilities/remote.py
src/compas/utilities/statistics.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/volmeshartist.py
src/compas_blender/artists/mixins/__init__.py
src/compas_blender/artists/mixins/edgeartist.py
src/compas_blender/artists/mixins/faceartist.py
src/compas_blender/artists/mixins/vertexartist.py
src/compas_blender/geometry/__init__.py
src/compas_blender/geometry/curve.py
src/compas_blender/geometry/mesh.py
src/compas_blender/geometry/point.py
src/compas_blender/ui/__init__.py
src/compas_blender/ui/mouse.py
src/compas_blender/utilities/__init__.py
src/compas_blender/utilities/collections.py
src/compas_blender/utilities/data.py
src/compas_blender/utilities/document.py
src/compas_blender/utilities/drawing.py
src/compas_blender/utilities/layers.py
src/compas_blender/utilities/misc.py
src/compas_blender/utilities/objects.py
src/compas_ghpython/__init__.py
src/compas_ghpython/artists/__init__.py
src/compas_ghpython/artists/meshartist.py
src/compas_ghpython/artists/networkartist.py
src/compas_ghpython/artists/volmeshartist.py
src/compas_ghpython/artists/mixins/__init__.py
src/compas_ghpython/artists/mixins/edgeartist.py
src/compas_ghpython/artists/mixins/faceartist.py
src/compas_ghpython/artists/mixins/vertexartist.py
src/compas_ghpython/geometry/__init__.py
src/compas_ghpython/geometry/xforms.py
src/compas_ghpython/helpers/__init__.py
src/compas_ghpython/helpers/mesh.py
src/compas_ghpython/utilities/__init__.py
src/compas_ghpython/utilities/drawing.py
src/compas_ghpython/utilities/misc.py
src/compas_ghpython/utilities/sets.py
src/compas_ghpython/utilities/timer.py
src/compas_hpc/__init__.py
src/compas_hpc/_core/__init__.py
src/compas_hpc/_core/cuda/__init__.py
src/compas_hpc/_core/cuda/cuda.py
src/compas_hpc/_core/cuda/math_.py
src/compas_hpc/_core/opencl/__init__.py
src/compas_hpc/_core/opencl/math_.py
src/compas_hpc/_core/opencl/opencl.py
src/compas_hpc/geometry/__init__.py
src/compas_hpc/geometry/average_numba.py
src/compas_hpc/geometry/basic_numba.py
src/compas_hpc/geometry/spatial_numba.py
src/compas_hpc/numerical/__init__.py
src/compas_hpc/numerical/linalg_cl.py
src/compas_hpc/numerical/linalg_cuda.py
src/compas_hpc/numerical/linalg_numba.py
src/compas_plotters/__init__.py
src/compas_plotters/gaplotter.py
src/compas_plotters/meshplotter.py
src/compas_plotters/mogaplotter.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/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/uninstall.py
src/compas_rhino/artists/__init__.py
src/compas_rhino/artists/artist.py
src/compas_rhino/artists/boxartist.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/pointartist.py
src/compas_rhino/artists/polylineartist.py
src/compas_rhino/artists/primitiveartist.py
src/compas_rhino/artists/shapeartist.py
src/compas_rhino/artists/volmeshartist.py
src/compas_rhino/artists/mixins/__init__.py
src/compas_rhino/artists/mixins/edgeartist.py
src/compas_rhino/artists/mixins/faceartist.py
src/compas_rhino/artists/mixins/vertexartist.py
src/compas_rhino/conduits/__init__.py
src/compas_rhino/conduits/__splines.py
src/compas_rhino/conduits/faces.py
src/compas_rhino/conduits/labels.py
src/compas_rhino/conduits/lines.py
src/compas_rhino/conduits/mesh.py
src/compas_rhino/conduits/points.py
src/compas_rhino/etoforms/__init__.py
src/compas_rhino/etoforms/image.py
src/compas_rhino/etoforms/propertylist.py
src/compas_rhino/etoforms/settings.py
src/compas_rhino/etoforms/text.py
src/compas_rhino/forms/__init__.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/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/_constructors/__init__.py
src/compas_rhino/geometry/_constructors/mesh.py
src/compas_rhino/geometry/_constructors/volmesh.py
src/compas_rhino/inspectors/__init__.py
src/compas_rhino/inspectors/meshinspector.py
src/compas_rhino/modifiers/__init__.py
src/compas_rhino/modifiers/edgemodifier.py
src/compas_rhino/modifiers/facemodifier.py
src/compas_rhino/modifiers/modifier.py
src/compas_rhino/modifiers/vertexmodifier.py
src/compas_rhino/objects/__init__.py
src/compas_rhino/selectors/__init__.py
src/compas_rhino/selectors/edgeselector.py
src/compas_rhino/selectors/faceselector.py
src/compas_rhino/selectors/vertexselector.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/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