update#

MaxwellTorque.update() bool#

Update the boundary.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.maxwell_boundary import MaxwellParameters
>>> obj = MaxwellParameters()
>>> obj.update()