Click or drag to resize

MeshVertexStatusListDestroy Method

Releases all memory allocated to store hidden vertices. The list capacity will be 0 after this call.

Vertices will be immediately considered visible.

Subsequent calls can add new items.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void Destroy()
See Also