Mesh > Working with a Meshing Sequence > Clearing Meshes

Clearing Meshes
To clear the mesh of a sequence, enter
model.mesh(<tag>).clearMesh();
To clear the mesh and remove all features in a sequence, enter
model.mesh(<tag>).feature().clear();
To clear all meshes for all geometries in a model, enter
model.mesh().clearMeshes();