M_Rhino_Geometry_Mesh_GetOutlines_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.GetOutlines Method (Plane)

Constructs the outlines of a mesh projected against a plane.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Polyline[] GetOutlines(
	Plane plane
)

VB

Public Function GetOutlines ( 
	plane As Plane
) As Polyline()

Parameters

 

plane
Type: Rhino.Geometry.Plane
A plane to project against.

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** ⚠️