Mesh.GetOutlines Method (RhinoViewport)

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)
Syntax
public Polyline[] GetOutlines(
	RhinoViewport viewport
)
Public Function GetOutlines ( 
	viewport As RhinoViewport
) As Polyline()

Parameters

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

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