GH_Document.AlignObjects Method (GH_Align, GH_Distribute)

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
)
Public Sub AlignObjects ( 
	align As GH_Align,
	distribute As GH_Distribute
)

Parameters

align
Type: GH_Align
distribute
Type: GH_Distribute
See Also