Mesh.GetOutlines Method (Plane)

MeshGetOutlines Method (Plane)

Constructs the outlines of a mesh projected against a plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Polyline[] GetOutlines(
	Plane plane
)
Public Function GetOutlines ( 
	plane As Plane
) As Polyline()

Parameters

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

Return Value

Type: Polyline
An array of polylines, or null on error.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also