Skip to main content

Prime Mesh Python client library 2025 R2 SP04

FileReadParams

Last update: 20.02.2026

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

Parameters to read file.

  • Parameters:

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

    append: bool, optional : Option to append imported mesh to existing mesh instead of resetting model to imported mesh.

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

Examples

>>> file_read_params = prime.FileReadParams(model = model)

Methods

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

Attributes

Name Description
FileReadParams.append Option to append imported mesh to existing mesh instead of resetting model to imported mesh.

Connect with Ansys