Click or drag to resize

MeshGetOutlines Method (Plane)

Constructs the outlines of a mesh projected against a plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Polyline[] GetOutlines(
	Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
A plane to project against.

Return Value

Type: Polyline
An array of polylines, or null on error.
See Also