Click or drag to resize

MeshGetOutlines Method (RhinoViewport)

Constructs the outlines of a mesh. The projection information in the viewport is used to determine how the outlines are projected.

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

Parameters

viewport
Type: Rhino.DisplayRhinoViewport
A viewport to determine projection direction.

Return Value

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