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