update#

BoundaryObject3dLayout.update() bool#

Update the boundary.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.layout_boundary import BoundaryObject3dLayout
>>> obj = BoundaryObject3dLayout()
>>> obj.update()