Grasshopper API
GH_DocumentArrangeObjects Method |
Rearrange the stack order of a collection of objects.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public bool ArrangeObjects( IEnumerable<IGH_DocumentObject> objs, GH_Arrange motion )
Public Function ArrangeObjects ( objs As IEnumerable(Of IGH_DocumentObject), motion As GH_Arrange ) As Boolean
Parameters
- objs
- Type: System.Collections.GenericIEnumerableIGH_DocumentObject
Objects to move. - motion
- Type: Grasshopper.KernelGH_Arrange
Direction to move in.