Click or drag to resize

MeshFaceListCapacity Property

Gets or sets the total number of mesh triangles and quads the internal data structure can hold without resizing.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int Capacity { get; set; }

Property Value

Type: Int32
See Also