Click or drag to resize

MeshNgonListNgonBoundaryVertexList Method

Get an ngon's boundary points.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Point3d[] NgonBoundaryVertexList(
	MeshNgon ngon,
	bool bAppendStartPoint
)

Parameters

ngon
Type: Rhino.GeometryMeshNgon
ngon.
bAppendStartPoint
Type: SystemBoolean
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.
See Also