P_Rhino_Geometry_Collections_MeshFaceNormalList_Capacity - mcneel/rhinocommon-api-docs GitHub Wiki
Gets or sets the total number of face normals the internal data structure can hold without resizing.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int Capacity { get; set; }
VB
Public Property Capacity As Integer
Get
Set
Type: Int32
Supported in: 6.0.16224.21491
MeshFaceNormalList Class
Rhino.Geometry.Collections Namespace