concatenate

Import in python using from mcutils.utils.greyordinate import concatenate

mcutils.utils.greyordinate.concatenate(greyordinates, axis=0)[source]

Stacks a sequene of greyordinates along the given axis

Resulting GreyOrdinate will only contain voxels/vertices in all GreyOrdinate arrays

Parameters

greyordinates – individual greyordinates to be merged

Returns

merged greyordinate object