Clearing Meshes
To clear the built mesh of a sequence while keeping all features and settings in the sequence, enter
model.component(
<ctag>
).mesh(
<tag>
).clearMesh();
To clear the built mesh and remove all features in a sequence, enter
model.component(
<ctag>
).mesh(
<tag>
).feature().clear();
To clear all built meshes in a component while keeping all features and settings in the sequences, enter
model.component(
<ctag>
).mesh().clearMeshes();
To clear all built meshes in a model while keeping all features and settings in the sequences, enter
model.mesh().clearMeshes();