FileReadParams#
- 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
Print the default values of
FileReadParams
object.FileReadParams.set_default
([append])Set the default values of the
FileReadParams
object.Attributes
Option to append imported mesh to existing mesh instead of resetting model to imported mesh.