rename#
- CoordinateSystem.rename(name: str) bool#
Rename the coordinate system.
- Parameters:
- name
str New name for the coordinate system.
- name
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.modeler.cad.modeler import BaseCoordinateSystem >>> obj = BaseCoordinateSystem() >>> obj.rename(name="MyObject")