RhinoCommon API
MeshCreateContourCurves Method (Mesh, Plane) |
Constructs contour curves for a mesh, sectioned at a plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public 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.