surface_mesh_with_size_controls Last update: 10.09.2025 Mesh.surface_mesh_with_size_controls(size_control_names='*', generate_quads=False, scope=) Generate a surface mesh on a scope using the given size controls. This method supports generating quad dominant or triangular elements. Parameters: size_control_names : Name pattern for the size controls. The default is "*". generate_quads : Whether to generate a quad dominant mesh. The default is False, in which case a triangular mesh is generated. scope : Scope for generating the surface mesh.