stack¶
Import in python using from mcutils.utils.greyordinate import stack
-
mcutils.utils.greyordinate.
stack
(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