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_namestr

Name of the control.

minfloat

Min edge length of the mesh.

maxfloat

Max edge length of the mesh.

scopeSurfaceScope

Scope for creating size control.