delete_mesh_operations#
- Mesh.delete_mesh_operations(mesh_type=None)[source]#
Remove mesh operations from a design.
- Parameters:
- mesh_type
optional
Type of the mesh operation to delete. The default is
None
, in which case all mesh operations are deleted.
- mesh_type
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oModule.DeleteOp