compas_rhino.geometry
This package provides plugins for various geometry pluggables using Rhino as the backend.
Classes
Rhino Brep backend class. |
|
A wrapper for Rhino.Geometry.BrepEdge. |
|
A wrapper for Rhino.Geometry.BrepFace |
|
A wrapper for Rhino.Geometry.BrepLoop |
|
An interface for a Brep Trim |
|
A wrapper for a Rhino Brep vertex. |
|
Class representing a NURBS curve based on the NurbsCurve of Rhino.Geometry. |
|
Class representing a NURBS surface. |
Plugins
Plugins provide implementations for pluggables. You can use the plugin directly, or through the pluggable.
Compute the boolean difference of two triangle meshes. |
|
Compute the boolean intersection of two triangle meshes. |
|
Compute the boolean union of two triangle meshes. |
|
Compute the discrete Gaussian curvature of a triangle mesh. |
|
Compute the discrete mean curvature of a triangle mesh. |
|
Compute the principal curvature of a triangle mesh. |
|
Slice a mesh by a list of planes. |