pythtb.Mesh.get_axis_range#
- Mesh.get_axis_range(axis_index, component_index)[source]#
Return the 1D range along a mesh axis/component pair.
- Parameters:
- axis_indexint
The index of the axis to extract the range from.
- component_indexint
The index of the component to extract the range for.
- Returns:
- np.ndarray
The 1D array of values along the specified axis/component.