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 curvature size control on the given scope.
This method generates curvature size control on the given scope.
- Parameters:
- control_name
str
Name of the control.
- min
float
Min edge length of the mesh.
- max
float
Max edge length of the mesh.
- scope
SurfaceScope
Scope for creating size control.
- control_name