SizeControl#
- class ansys.meshing.prime.SizeControl(model, id, object_id, name, local=False)#
Size control is used to compute the size field.
The size field is computed based on the size control defined. Different type of size controls provide control over how the mesh size is distributed on a surface or within the volume.
- Parameters:
Methods
Get the body of influence sizing parameters of size control.
Get the curvature sizing parameters of size control.
Get the hard sizing parameters of size control.
Get the meshed sizing parameters of size control.
Get the proximity sizing parameters of size control.
Get the scope used by size control to evaluate entities.
Gets the sizing type for the size control.
Get the soft sizing parameters of size control.
SizeControl.get_summary
(params)Get the size control summary along with the evaluated scope for the provided parameters..
Set the body of influence sizing parameters to compute volumetric size field.
Set the curvature sizing parameters to compute volumetric size field.
Set the hard sizing parameters to compute volumetric size field.
Set the meshed sizing parameters to compute volumetric size field.
Set the proximity sizing parameters to compute volumetric size field.
SizeControl.set_scope
(scope)Set the scope for size control to evaluate.
Set the soft sizing parameters to compute volumetric size field.
Set the unique name for the size control to a suggested name.
Attributes
Get the id of SizeControl.
Get the name of size control.
Examples using SizeControl#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic PCB geometry with multiple hexa layers
Create a contact patch for wrapping between a wheel and ground interface
Mesh a set of solder balls (beta)