discretize.CylindricalMesh.shape_edges_z#

property CylindricalMesh.shape_edges_z#

Number of z-edges along each axis direction.

This property returns the number of z-edges along the \(x\) (radial), \(y\) (azimuthal) and \(z\) (vertical) directions, respectively. Note that for symmetric meshes, the number of z-edges along the azimuthal direction is 0; see is_symmetric. The symmetric mesh case is unique because the azimuthal position of the z-edges is undefined.

Returns:
(dim) tuple of int

Number of z-edges along the \(x\) (radial), \(y\) (azimuthal) and \(z\) (vertical) direction, respectively.