surface_mesh_with_size_controls#
- Mesh.surface_mesh_with_size_controls(size_control_names='*', generate_quads=False, scope=<ansys.meshing.prime.lucid.scope.SurfaceScope object>)#
Generate Surface mesh on the given scope with the given size controls.
This method generates surface mesh on the given scope. The method is used to generate surface mesh using the given size controls. The method supports generating quad dominant or triangular elements.
- Parameters:
- size_control_names
str
Name pattern for the size controls.
- generate_quadsbool
Generate quad dominant mesh or all triangular mesh.
- scope
SurfaceScope
Scope for generating surface mesh.
- size_control_names