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_namestr, optional

Name of the control. The default is "size_control".

minfloat, optional

Minimum edge length of the mesh. The default is 1.0.

maxfloat

Maximum edge length of the mesh. The default is 2.0.

scopeSurfaceScope

Scope for creating the size control.