HardSizingParams#
- class ansys.meshing.prime.HardSizingParams(model=None, min=None, growth_rate=None, json_data=None, **kwargs)#
Size field computed using hard size control enables you to maintain a uniform size based on the size specified.
The hard sizing will override any other specified size.
Methods
Print the default values of HardSizingParams.
HardSizingParams.set_default
([min, growth_rate])Set the default values of HardSizingParams.
Attributes
Growth rate used for transitioning from one element size to neighbor element size.
Minimum size used for computing edge and face size using hard size control.