AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
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/_iotools.py
src/compas/_os.py
src/compas/plugins.py
src/compas/artists/__init__.py
src/compas/artists/artist.py
src/compas/artists/assemblyartist.py
src/compas/artists/exceptions.py
src/compas/artists/geometryartist.py
src/compas/artists/meshartist.py
src/compas/artists/networkartist.py
src/compas/artists/volmeshartist.py
src/compas/artists/descriptors/__init__.py
src/compas/artists/descriptors/attribute.py
src/compas/artists/descriptors/color.py
src/compas/artists/descriptors/colordict.py
src/compas/artists/descriptors/protocol.py
src/compas/brep/__init__.py
src/compas/brep/brep.py
src/compas/brep/edge.py
src/compas/brep/errors.py
src/compas/brep/face.py
src/compas/brep/loop.py
src/compas/brep/trim.py
src/compas/brep/vertex.py
src/compas/colors/__init__.py
src/compas/colors/color.py
src/compas/colors/colordict.py
src/compas/colors/colormap.py
src/compas/colors/html_colors.py
src/compas/colors/mpl_colormap.py
src/compas/colors/cmcrameri/LICENSE
src/compas/colors/cmcrameri/acton.txt
src/compas/colors/cmcrameri/actonS.txt
src/compas/colors/cmcrameri/bam.txt
src/compas/colors/cmcrameri/bamO.txt
src/compas/colors/cmcrameri/bamako.txt
src/compas/colors/cmcrameri/bamakoS.txt
src/compas/colors/cmcrameri/batlow.txt
src/compas/colors/cmcrameri/batlowK.txt
src/compas/colors/cmcrameri/batlowS.txt
src/compas/colors/cmcrameri/batlowW.txt
src/compas/colors/cmcrameri/berlin.txt
src/compas/colors/cmcrameri/bilbao.txt
src/compas/colors/cmcrameri/bilbaoS.txt
src/compas/colors/cmcrameri/broc.txt
src/compas/colors/cmcrameri/brocO.txt
src/compas/colors/cmcrameri/buda.txt
src/compas/colors/cmcrameri/budaS.txt
src/compas/colors/cmcrameri/bukavu.txt
src/compas/colors/cmcrameri/cork.txt
src/compas/colors/cmcrameri/corkO.txt
src/compas/colors/cmcrameri/davos.txt
src/compas/colors/cmcrameri/davosS.txt
src/compas/colors/cmcrameri/devon.txt
src/compas/colors/cmcrameri/devonS.txt
src/compas/colors/cmcrameri/fes.txt
src/compas/colors/cmcrameri/grayC.txt
src/compas/colors/cmcrameri/grayCS.txt
src/compas/colors/cmcrameri/hawaii.txt
src/compas/colors/cmcrameri/hawaiiS.txt
src/compas/colors/cmcrameri/imola.txt
src/compas/colors/cmcrameri/imolaS.txt
src/compas/colors/cmcrameri/lajolla.txt
src/compas/colors/cmcrameri/lajollaS.txt
src/compas/colors/cmcrameri/lapaz.txt
src/compas/colors/cmcrameri/lapazS.txt
src/compas/colors/cmcrameri/lisbon.txt
src/compas/colors/cmcrameri/nuuk.txt
src/compas/colors/cmcrameri/nuukS.txt
src/compas/colors/cmcrameri/oleron.txt
src/compas/colors/cmcrameri/oslo.txt
src/compas/colors/cmcrameri/osloS.txt
src/compas/colors/cmcrameri/roma.txt
src/compas/colors/cmcrameri/romaO.txt
src/compas/colors/cmcrameri/tofino.txt
src/compas/colors/cmcrameri/tokyo.txt
src/compas/colors/cmcrameri/tokyoS.txt
src/compas/colors/cmcrameri/turku.txt
src/compas/colors/cmcrameri/turkuS.txt
src/compas/colors/cmcrameri/vanimo.txt
src/compas/colors/cmcrameri/vik.txt
src/compas/colors/cmcrameri/vikO.txt
src/compas/data/__init__.py
src/compas/data/coercion.py
src/compas/data/conftest.py
src/compas/data/data.py
src/compas/data/encoders.py
src/compas/data/exceptions.py
src/compas/data/json.py
src/compas/data/schema.py
src/compas/data/validators.py
src/compas/data/samples/boxes.obj
src/compas/data/samples/butt_model.obj
src/compas/data/samples/cone.stl
src/compas/data/samples/cone_tool.json
src/compas/data/samples/cube.off
src/compas/data/samples/cube_ascii.stl
src/compas/data/samples/cube_binary.stl
src/compas/data/samples/cube_binary_2.stl
src/compas/data/samples/doosabin.json
src/compas/data/samples/faces.obj
src/compas/data/samples/faces_big.obj
src/compas/data/samples/faces_reversed.obj
src/compas/data/samples/fink.obj
src/compas/data/samples/grid_irregular.obj
src/compas/data/samples/hypar.obj
src/compas/data/samples/lines.json
src/compas/data/samples/lines.obj
src/compas/data/samples/lines_big.obj
src/compas/data/samples/lines_bigger.obj
src/compas/data/samples/lines_noleaves.obj
src/compas/data/samples/mesh.obj
src/compas/data/samples/mesh_100_faces.json
src/compas/data/samples/mesh_110_faces.json
src/compas/data/samples/open_edges.obj
src/compas/data/samples/point.json
src/compas/data/samples/quadmesh.obj
src/compas/data/samples/quadmesh_planar.obj
src/compas/data/samples/saddle.obj
src/compas/data/samples/spline.obj
src/compas/data/samples/tubemesh.json
src/compas/data/samples/tubemesh.obj
src/compas/data/samples/tubemesh.off
src/compas/data/samples/tubemesh.ply
src/compas/data/samples/ur_description/meshes/ur5/collision/base.stl
src/compas/data/samples/ur_description/meshes/ur5/collision/forearm.stl
src/compas/data/samples/ur_description/meshes/ur5/collision/shoulder.stl
src/compas/data/samples/ur_description/meshes/ur5/collision/upperarm.stl
src/compas/data/samples/ur_description/meshes/ur5/collision/wrist1.stl
src/compas/data/samples/ur_description/meshes/ur5/collision/wrist2.stl
src/compas/data/samples/ur_description/meshes/ur5/collision/wrist3.stl
src/compas/data/samples/ur_description/meshes/ur5/visual/base.obj
src/compas/data/samples/ur_description/meshes/ur5/visual/forearm.obj
src/compas/data/samples/ur_description/meshes/ur5/visual/shoulder.obj
src/compas/data/samples/ur_description/meshes/ur5/visual/upperarm.obj
src/compas/data/samples/ur_description/meshes/ur5/visual/wrist1.obj
src/compas/data/samples/ur_description/meshes/ur5/visual/wrist2.obj
src/compas/data/samples/ur_description/meshes/ur5/visual/wrist3.obj
src/compas/data/samples/ur_description/urdf/ur5.urdf
src/compas/datastructures/__init__.py
src/compas/datastructures/_mutablemapping.py
src/compas/datastructures/attributes.py
src/compas/datastructures/datastructure.py
src/compas/datastructures/assembly/__init__.py
src/compas/datastructures/assembly/assembly.py
src/compas/datastructures/assembly/exceptions.py
src/compas/datastructures/assembly/part.py
src/compas/datastructures/cell_network/__init__.py
src/compas/datastructures/cell_network/cell_network.py
src/compas/datastructures/graph/__init__.py
src/compas/datastructures/graph/graph.py
src/compas/datastructures/halfedge/__init__.py
src/compas/datastructures/halfedge/halfedge.py
src/compas/datastructures/halfface/__init__.py
src/compas/datastructures/halfface/halfface.py
src/compas/datastructures/mesh/__init__.py
src/compas/datastructures/mesh/bbox.py
src/compas/datastructures/mesh/bbox_numpy.py
src/compas/datastructures/mesh/clean.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/matrices.py
src/compas/datastructures/mesh/mesh.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/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/operations/__init__.py
src/compas/datastructures/mesh/operations/collapse.py
src/compas/datastructures/mesh/operations/insert.py
src/compas/datastructures/mesh/operations/merge.py
src/compas/datastructures/mesh/operations/split.py
src/compas/datastructures/mesh/operations/substitute.py
src/compas/datastructures/mesh/operations/swap.py
src/compas/datastructures/mesh/operations/weld.py
src/compas/datastructures/network/__init__.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/matrices.py
src/compas/datastructures/network/network.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/operations/__init__.py
src/compas/datastructures/network/operations/join.py
src/compas/datastructures/network/operations/split.py
src/compas/datastructures/tree/__init__.py
src/compas/datastructures/tree/tree.py
src/compas/datastructures/volmesh/__init__.py
src/compas/datastructures/volmesh/bbox.py
src/compas/datastructures/volmesh/transformations.py
src/compas/datastructures/volmesh/volmesh.py
src/compas/datastructures/volmesh/operations/__init__.py
src/compas/files/__init__.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/extensions.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/frame.py
src/compas/geometry/geometry.py
src/compas/geometry/plane.py
src/compas/geometry/point.py
src/compas/geometry/pointcloud.py
src/compas/geometry/polygon.py
src/compas/geometry/polyhedron.py
src/compas/geometry/projection.py
src/compas/geometry/quaternion.py
src/compas/geometry/reflection.py
src/compas/geometry/rotation.py
src/compas/geometry/scale.py
src/compas/geometry/shear.py
src/compas/geometry/transformation.py
src/compas/geometry/translation.py
src/compas/geometry/vector.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/centroids.py
src/compas/geometry/_core/constructors.py
src/compas/geometry/_core/distance.py
src/compas/geometry/_core/kdtree.py
src/compas/geometry/_core/matrices.py
src/compas/geometry/_core/normals.py
src/compas/geometry/_core/predicates_2.py
src/compas/geometry/_core/predicates_3.py
src/compas/geometry/_core/quaternions.py
src/compas/geometry/_core/size.py
src/compas/geometry/_core/tangent.py
src/compas/geometry/_core/transformations.py
src/compas/geometry/_core/transformations_numpy.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/booleans/booleans_shapely.py
src/compas/geometry/curves/__init__.py
src/compas/geometry/curves/arc.py
src/compas/geometry/curves/bezier.py
src/compas/geometry/curves/circle.py
src/compas/geometry/curves/conic.py
src/compas/geometry/curves/curve.py
src/compas/geometry/curves/ellipse.py
src/compas/geometry/curves/hyperbola.py
src/compas/geometry/curves/line.py
src/compas/geometry/curves/nurbs.py
src/compas/geometry/curves/parabola.py
src/compas/geometry/curves/polyline.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/quadmesh/__init__.py
src/compas/geometry/quadmesh/planarization.py
src/compas/geometry/shapes/__init__.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/shape.py
src/compas/geometry/shapes/sphere.py
src/compas/geometry/shapes/torus.py
src/compas/geometry/surfaces/__init__.py
src/compas/geometry/surfaces/conical.py
src/compas/geometry/surfaces/cylindrical.py
src/compas/geometry/surfaces/extrusion.py
src/compas/geometry/surfaces/nurbs.py
src/compas/geometry/surfaces/planar.py
src/compas/geometry/surfaces/revolution.py
src/compas/geometry/surfaces/spherical.py
src/compas/geometry/surfaces/surface.py
src/compas/geometry/surfaces/toroidal.py
src/compas/geometry/triangulation/__init__.py
src/compas/geometry/triangulation/delaunay.py
src/compas/geometry/triangulation/delaunay_numpy.py
src/compas/geometry/triangulation/earclip.py
src/compas/geometry/trimesh/__init__.py
src/compas/geometry/trimesh/curvature.py
src/compas/geometry/trimesh/descent_numpy.py
src/compas/geometry/trimesh/geodistance.py
src/compas/geometry/trimesh/gradient_numpy.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/numerical/__init__.py
src/compas/numerical/linalg.py
src/compas/numerical/matrices.py
src/compas/numerical/isolines/__init__.py
src/compas/numerical/isolines/isolines_numpy.py
src/compas/numerical/pca/__init__.py
src/compas/numerical/pca/pca_numpy.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/xfunc.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/colors.py
src/compas/utilities/datetime.py
src/compas/utilities/decorators.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_blender/__init__.py
src/compas_blender/install.py
src/compas_blender/install_windows.py
src/compas_blender/uninstall.py
src/compas_blender/artists/__init__.py
src/compas_blender/artists/artist.py
src/compas_blender/artists/boxartist.py
src/compas_blender/artists/capsuleartist.py
src/compas_blender/artists/circleartist.py
src/compas_blender/artists/coneartist.py
src/compas_blender/artists/curveartist.py
src/compas_blender/artists/cylinderartist.py
src/compas_blender/artists/frameartist.py
src/compas_blender/artists/lineartist.py
src/compas_blender/artists/meshartist.py
src/compas_blender/artists/networkartist.py
src/compas_blender/artists/pointartist.py
src/compas_blender/artists/pointcloudartist.py
src/compas_blender/artists/polygonartist.py
src/compas_blender/artists/polyhedronartist.py
src/compas_blender/artists/polylineartist.py
src/compas_blender/artists/sphereartist.py
src/compas_blender/artists/surfaceartist.py
src/compas_blender/artists/torusartist.py
src/compas_blender/artists/vectorartist.py
src/compas_blender/artists/volmeshartist.py
src/compas_blender/conversions/__init__.py
src/compas_blender/conversions/breps.py
src/compas_blender/conversions/colors.py
src/compas_blender/conversions/curves.py
src/compas_blender/conversions/geometry.py
src/compas_blender/conversions/meshes.py
src/compas_blender/conversions/surfaces.py
src/compas_blender/conversions/transformations.py
src/compas_blender/geometry/__init__.py
src/compas_blender/geometry/booleans/__init__.py
src/compas_blender/geometry/curves/__init__.py
src/compas_blender/geometry/curves/curve.py
src/compas_blender/geometry/curves/nurbs.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/uninstall.py
src/compas_ghpython/artists/__init__.py
src/compas_ghpython/artists/artist.py
src/compas_ghpython/artists/boxartist.py
src/compas_ghpython/artists/brepartist.py
src/compas_ghpython/artists/capsuleartist.py
src/compas_ghpython/artists/circleartist.py
src/compas_ghpython/artists/coneartist.py
src/compas_ghpython/artists/curveartist.py
src/compas_ghpython/artists/cylinderartist.py
src/compas_ghpython/artists/ellipseartist.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/polygonartist.py
src/compas_ghpython/artists/polyhedronartist.py
src/compas_ghpython/artists/polylineartist.py
src/compas_ghpython/artists/sphereartist.py
src/compas_ghpython/artists/surfaceartist.py
src/compas_ghpython/artists/torusartist.py
src/compas_ghpython/artists/vectorartist.py
src/compas_ghpython/artists/volmeshartist.py
src/compas_ghpython/components/__init__.py
src/compas_ghpython/components/Compas_FromJson/code.py
src/compas_ghpython/components/Compas_FromJson/icon.png
src/compas_ghpython/components/Compas_FromJson/metadata.json
src/compas_ghpython/components/Compas_Info/code.py
src/compas_ghpython/components/Compas_Info/icon.png
src/compas_ghpython/components/Compas_Info/metadata.json
src/compas_ghpython/components/Compas_RpcCall/code.py
src/compas_ghpython/components/Compas_RpcCall/icon.png
src/compas_ghpython/components/Compas_RpcCall/metadata.json
src/compas_ghpython/components/Compas_ToJson/code.py
src/compas_ghpython/components/Compas_ToJson/icon.png
src/compas_ghpython/components/Compas_ToJson/metadata.json
src/compas_ghpython/components/Compas_ToRhinoGeometry/code.py
src/compas_ghpython/components/Compas_ToRhinoGeometry/icon.png
src/compas_ghpython/components/Compas_ToRhinoGeometry/metadata.json
src/compas_ghpython/components/ghuser/Compas_FromJson.ghuser
src/compas_ghpython/components/ghuser/Compas_Info.ghuser
src/compas_ghpython/components/ghuser/Compas_RpcCall.ghuser
src/compas_ghpython/components/ghuser/Compas_ToJson.ghuser
src/compas_ghpython/components/ghuser/Compas_ToRhinoGeometry.ghuser
src/compas_ghpython/conversions/__init__.py
src/compas_ghpython/conversions/meshes.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_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/_helpers.py
src/compas_rhino/artists/artist.py
src/compas_rhino/artists/boxartist.py
src/compas_rhino/artists/brepartist.py
src/compas_rhino/artists/capsuleartist.py
src/compas_rhino/artists/circleartist.py
src/compas_rhino/artists/coneartist.py
src/compas_rhino/artists/curveartist.py
src/compas_rhino/artists/cylinderartist.py
src/compas_rhino/artists/ellipseartist.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/sphereartist.py
src/compas_rhino/artists/surfaceartist.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/conversions/__init__.py
src/compas_rhino/conversions/breps.py
src/compas_rhino/conversions/curves.py
src/compas_rhino/conversions/exceptions.py
src/compas_rhino/conversions/extrusions.py
src/compas_rhino/conversions/geometry.py
src/compas_rhino/conversions/meshes.py
src/compas_rhino/conversions/shapes.py
src/compas_rhino/conversions/surfaces.py
src/compas_rhino/conversions/transformations.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/booleans/__init__.py
src/compas_rhino/geometry/brep/__init__.py
src/compas_rhino/geometry/brep/brep.py
src/compas_rhino/geometry/brep/builder.py
src/compas_rhino/geometry/brep/edge.py
src/compas_rhino/geometry/brep/face.py
src/compas_rhino/geometry/brep/loop.py
src/compas_rhino/geometry/brep/trim.py
src/compas_rhino/geometry/brep/vertex.py
src/compas_rhino/geometry/curves/__init__.py
src/compas_rhino/geometry/curves/curve.py
src/compas_rhino/geometry/curves/nurbs.py
src/compas_rhino/geometry/surfaces/__init__.py
src/compas_rhino/geometry/surfaces/nurbs.py
src/compas_rhino/geometry/surfaces/surface.py
src/compas_rhino/geometry/trimesh/__init__.py
src/compas_rhino/geometry/trimesh/curvature.py
src/compas_rhino/geometry/trimesh/slice.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