M_Rhino_Geometry_Mesh_GetOutlines - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.GetOutlines 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) Version: Rhino 6.0

Syntax

C#

public Polyline[] GetOutlines(
	RhinoViewport viewport
)

VB

Public Function GetOutlines ( 
	viewport As RhinoViewport
) As Polyline()

Parameters

 

viewport
Type: Rhino.Display.RhinoViewport
A viewport to determine projection direction.

Return Value

Type: Polyline[]
An array of polylines, or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
GetOutlines Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️