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_name
str
Name of the control.
- size
float
,optional
Constant edge length of the mesh. The default is
1.0
.- scope
SurfaceScope
Scope for creating the size control.
- control_name