FileReadParams
Last update: 20.02.2026class ansys.meshing.prime.FileReadParams(model=None, append=None, json_data=None, **kwargs)
Parameters to read file.
-
Parameters:
model: Model : Model to create a
FileReadParamsobject 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
FileReadParamsobject 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. |