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();
Use the method
model.component(<ctag>).mesh(<tag>).runForStudy(<studyStep>);
to build the mesh using settings for the specified study to generate a physics-controlled mesh (if the mesh is physics-controlled). <studyStep> is the path of tags to the study feature, for example std/freq. If the mesh is user-controlled, the method builds all mesh features.