Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.Model

Last update: 17.07.2025

Model.get_active_volumetric_size_fields()

Get the active sizefield ids.

  • Returns: Iterable[int] : Return the list of active sizefield ids.
  • Return type: Iterable[int]

Examples

>>> model = client.model
>>> active_size_field_ids = model.get_active_volumetric_size_fields()

Connect with Ansys