Skip to main content

Prime Mesh Python client library 2025 R2 SP04

get_size_field_name

Last update: 20.02.2026

Model.get_size_field_name(size_field_id)

Gets the name of size field with the given id.

  • Parameters:

    size_field_id : Size field id.

  • Returns:

    str : Returns the name of the size field.

  • Return type:

    str

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> model = client.model
>>> model.get_size_field_name(size_field_id)

Connect with Ansys