delete_mesh_operations#
- Mesh3d.delete_mesh_operations(setup: str, name: str) bool#
Remove mesh operations from a setup.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.DeleteMeshOperation
Examples
>>> from ansys.aedt.core.modules.mesh_3d_layout import Mesh3d >>> obj = Mesh3d() >>> obj.delete_mesh_operations(setup="Setup1", name="MyObject")