MeshVertexList.CullUnused Method

MeshVertexListCullUnused Method

Removes all vertices that are currently not used by the Face list.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int CullUnused()
Public Function CullUnused As Integer

Return Value

Type: Int32
The number of unused vertices that were removed.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also