update# CoordinateSystem.update() → bool# Update the coordinate system. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modeler.cad.modeler import CoordinateSystem >>> obj = CoordinateSystem() >>> obj.update()