set_default
Last update: 17.07.2025static SurfaceMeshSizeScaling.set_default(factor=None, size_range_min=None, size_range_max=None)
Set the default values of the SurfaceMeshSizeScaling object.
-
Parameters: factor: float, optional : Value by which size should be multiplied when the size falls within a certain range. Applicable only when size field type is set to Geometric in AutoMeshParams structure.
size_range_min: float, optional : Minimum size required to apply scaling. Applicable only when size field type is set to Geometric in AutoMeshParams structure.
size_range_max: float, optional : Maximum size required to apply scaling. Applicable only when size field type is set to Geometric in AutoMeshParams structure.