Mesh.CreateContourCurves Method (Mesh, Plane)

MeshCreateContourCurves Method (Mesh, Plane)

Constructs contour curves for a mesh, sectioned at a plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Curve
An array of curves. This array can be empty.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also