M_Rhino_Geometry_Collections_MeshNgonList_NgonBoundaryVertexList - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.NgonBoundaryVertexList Method

Get an ngon's boundary points.

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

Syntax

C#

public Point3d[] NgonBoundaryVertexList(
	MeshNgon ngon,
	bool bAppendStartPoint
)

VB

Public Function NgonBoundaryVertexList ( 
	ngon As MeshNgon,
	bAppendStartPoint As Boolean
) As Point3d()

Parameters

 

ngon
Type: Rhino.Geometry.MeshNgon
ngon.
bAppendStartPoint
Type: System.Boolean
If true, the first point in the list is also appended to the end of the list to create a closed polyline.

Return Value

Type: Point3d[]
A list of ngon boundary points.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
Rhino.Geometry.Collections Namespace

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