update#

CoordinateSystem.update() bool#

Update the coordinate system.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modeler.cad.modeler import CoordinateSystem
>>> obj = CoordinateSystem()
>>> obj.update()