XStack
ABSTRACT
The XStack is an alias for a Stack in the x direction.
PARAMETERS
mesh_vector | the vector of mesh-trees to be stacked. |
center | Specifies to align meshes by their centers |
align_dir | An optional parameter specifying a custom alignment direction. |
RETURN
Stacks the provided meshes in the X direction, with an optional alignment direection. The return value is the resulting stacked formation of meshes, which itself is a mesh-tree
DECLARATION
func XStack(mesh_vector, [align] {[center] {}, [custom] {align_dir}})