create_constant_size_control#

Mesh.create_constant_size_control(control_name='size_control', size=1.0, scope=<ansys.meshing.prime.lucid.scope.SurfaceScope object>)#

Generate constant size control on a scope.

Parameters:
control_namestr

Name of the control.

sizefloat, optional

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

scopeSurfaceScope

Scope for creating the size control.