delete#

Matrix.delete() bool#

Delete current matrix.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.q3d_boundary import Matrix
>>> obj = Matrix()
>>> obj.delete()