MeshCreateContourCurves Method (Mesh, Plane) |
Constructs contour curves for a mesh, sectioned at a plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Curve[] CreateContourCurves(
Mesh meshToContour,
Plane sectionPlane
)
Public Shared Function CreateContourCurves (
meshToContour As Mesh,
sectionPlane As Plane
) As Curve()
Parameters
- meshToContour
- Type: Rhino.GeometryMesh
A mesh to contour. - sectionPlane
- Type: Rhino.GeometryPlane
A cutting plane.
Return Value
Type:
CurveAn array of curves. This array can be empty.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also