File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
src/compas_rhino/geometry Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 55
66.. currentmodule:: compas_rhino.geometry
77
8+ Plugins
9+ =======
10+
11+ Booleans
12+ --------
13+
14+ .. autosummary::
15+ :toctree: generated/
16+ :nosignatures:
17+
18+ booleans.boolean_difference_mesh_mesh
19+ booleans.boolean_intersection_mesh_mesh
20+ booleans.boolean_union_mesh_mesh
21+
22+ Curves
23+ ------
24+
25+ .. autosummary::
26+ :toctree: generated/
27+ :nosignatures:
28+
29+ curves.new_nurbscurve
30+ curves.new_nurbscurve_from_interpolation
31+ curves.new_nurbscurve_from_parameters
32+ curves.new_nurbscurve_from_points
33+ curves.new_nurbscurve_from_step
34+
35+ TriMesh
36+ -------
37+
38+ .. autosummary::
39+ :toctree: generated/
40+ :nosignatures:
41+
42+ trimesh_gaussian_curvature
43+ trimesh_mean_curvature
44+ trimesh_principal_curvature
45+ trimesh_slice
46+
847"""
948from __future__ import absolute_import
1049
2766
2867BaseRhinoGeometry = RhinoGeometry
2968
69+
3070__all__ = [
3171 'RhinoGeometry' ,
3272 'RhinoBox' ,
You can’t perform that action at this time.
0 commit comments