create_curvature_size_control#
- Mesh.create_curvature_size_control(control_name='size_control', min=1.0, max=2.0, scope=<ansys.meshing.prime.lucid.scope.SurfaceScope object>)#
Generate a curvature size control on a scope.
- Parameters:
- control_name
str
,optional
Name of the control. The default is
"size_control"
.- min
float
,optional
Minimum edge length of the mesh. The default is
1.0
.- max
float
Maximum edge length of the mesh. The default is
2.0
.- scope
SurfaceScope
Scope for creating the size control.
- control_name