M_Rhino_Geometry_Collections_MeshNgonList_NgonBoundaryVertexList - mcneel/rhinocommon-api-docs GitHub Wiki
Get an ngon's boundary points.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d[] NgonBoundaryVertexList(
MeshNgon ngon,
bool bAppendStartPoint
)
VB
Public Function NgonBoundaryVertexList (
ngon As MeshNgon,
bAppendStartPoint As Boolean
) As Point3d()
- 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.
Type: Point3d[]
A list of ngon boundary points.
Supported in: 6.0.16224.21491