update_assignment#

BoundaryObject.update_assignment() bool#

Update the boundary assignment.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.common import BoundaryObject
>>> obj = BoundaryObject()
>>> obj.update_assignment()