coordinates.coordinate_systems.CartesianCoordinateSystem2D.axes_dimensions#
- property CartesianCoordinateSystem2D.axes_dimensions: List[Basic]#
Return the symbolic physical dimensions associated with each axis.
This is typically used for inferring units or performing dimensional analysis. The list is expected to match the coordinate system’s __AXES__ order.
- Returns:
The symbolic dimension of each axis (e.g., L, 1, etc.).
- Return type:
list
ofsympy.Basic
- Raises:
ValueError – If __AXES_DIMENSIONS__ is not defined for the coordinate system class.