update#

NetworkObject.update() bool#

Update the network in AEDT.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.icepak_boundary import NetworkObject
>>> obj = NetworkObject()
>>> obj.update()