cs_name#

property Environment.cs_name: str#

Coordinate system name.

Returns:
str

Name of the coordinate system.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import Environment
>>> env = Environment(r"C:\temp\actors")
>>> env.cs_name
'Global'