cs_axis_str#

static GeometryOperators.cs_axis_str(val: int) str#

Retrieve a string for a coordinate system axis.

Parameters:
valint

Axis enum value.

Returns:
str

String for the coordinate system axis.

Examples

>>> from ansys.aedt.core.modeler.geometry_operators import GeometryOperators
>>> obj = GeometryOperators()
>>> obj.cs_axis_str(val="X")