Description:

Get an ngon's boundary points.

Syntax:
public Point3d[] NgonBoundaryVertexList(
MeshNgon ngon,
bool bAppendStartPoint
)
Parameters:
  • bAppendStartPoint
  • Type: bool
  • If true, the first point in the list is also appended to the end of the list to create a closed polyline.
Returns:
Type: Point3d[]
A list of ngon boundary points.
Available since:
6.0

NgonBoundaryVertexList method

Class:  Rhino.Geometry.Collections.MeshNgonList

Nothing found