GH_DocumentAutoLayoutComponents Method |
Perform automatic layout on this document.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void AutoLayoutComponents(
bool limitToSelection
)
Public Sub AutoLayoutComponents (
limitToSelection As Boolean
)
Parameters
- limitToSelection
- Type: SystemBoolean
If true, only selected objects will be considered.
See Also