cs_axis_str# static GeometryOperators.cs_axis_str(val: int) → str# Retrieve a string for a coordinate system axis. Parameters: valintAxis enum value. Returns: strString for the coordinate system axis. Examples >>> from ansys.aedt.core.modeler.geometry_operators import GeometryOperators >>> obj = GeometryOperators() >>> obj.cs_axis_str(val="X")