Ngons[i].BoundaryVertexIndexList()

Hi,

this mesh function of rhinocommon returns mesh vertexList or mesh TopologyVertices?

mesh.Ngons[i].BoundaryVertexIndexList()

Hi @Petras_Vestartas,

These are indices into the Mesh.Vertices, or MeshVertexList array.

– Dale

1 Like