Skip to main content

Prime Mesh Python client library 2025 R2

ReadSizeFieldParams

Last update: 10.09.2025

class ansys.meshing.prime.ReadSizeFieldParams(model=None, append=None, json_data=None, **kwargs)

Parameters used to read size field file.

  • Parameters:

    model: Model : Model to create a ReadSizeFieldParams object with default parameters.

    append: bool, optional : Option to append the size fields from file.

    json_data: dict, optional : JSON dictionary to create a ReadSizeFieldParams object with provided parameters.

Examples

>>> read_size_field_params = prime.ReadSizeFieldParams(model = model)

Methods

Name Description
ReadSizeFieldParams.print_default() Print the default values of ReadSizeFieldParams object.
ReadSizeFieldParams.set_default([append]) Set the default values of the ReadSizeFieldParams object.

Attributes

Name Description
ReadSizeFieldParams.append Option to append the size fields from file.

Connect with Ansys