Skip to main content

Prime Mesh Python client library 2025 R2 SP04

set_suggested_size_field_name

Last update: 20.02.2026

Model.set_suggested_size_field_name(size_field_id, name)

Sets the suggested name of size field with the given id.

  • Parameters:

    size_field_id : Size field id.

    name : Name of the size field.

  • Return type:

    SetNameResults

Notes

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

Examples

>>> model = client.model
>>> model.set_suggested_size_field_name(size_field_id, name)

Connect with Ansys