YStack

ABSTRACT

The YStack is an alias for a Stack in the Y direction.

PARAMETERS
mesh_vectorthe vector of mesh-trees to be stacked.
centerSpecifies to align meshes by their centers
align_dirAn optional parameter specifying a custom alignment direction.
RETURN

Stacks the provided meshes in the Y direction, with an optional alignment direection. The return value is the resulting stacked formation of meshes, which itself is a mesh-tree

DECLARATION
func YStack(mesh_vector, [align] {[center] {}, [custom] {align_dir}})