Building Mesh Features
To modify the mesh, you must build an operation feature. Enter
model.component(<ctag>).mesh(<tag>).run(<ftag>);
to build the feature <ftag> and all its preceding features (the features are built in the order from the first to the last). When the build has completed, the feature <ftag> becomes the current feature.
To build all features, enter
model.component(<ctag>).mesh(<tag>).run();