Click or drag to resize

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
)

Parameters

capacity
Type: SystemInt32
Capacity per branch.
See Also