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