IGH_StructureEnsureCapacity Method |
Ensures that all branches have a certain capacity
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax void EnsureCapacity(
int capacity
)
Sub EnsureCapacity (
capacity As Integer
)
Parameters
- capacity
- Type: SystemInt32
Capacity per branch.
See Also