Skip to main content

Prime Mesh Python client library 2025 R2

set_default

Last update: 10.09.2025

static 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.

Connect with Ansys