Click or drag to resize

GH_DocumentAlignObjects Method (GH_Align, GH_Distribute)

Perform alignment and distribution logic on all selected objects.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AlignObjects(
	GH_Align align,
	GH_Distribute distribute
)

Parameters

align
Type: GH_Align
distribute
Type: GH_Distribute
See Also