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 the given scope.

This method generates constant size control on the given scope.

Parameters:
control_namestr

Name of the control.

sizefloat

Constant edge length of the mesh.

scopeSurfaceScope

Scope for creating size control.