ReadSizeFieldParams#
- 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
Print the default values of
ReadSizeFieldParams
object.ReadSizeFieldParams.set_default
([append])Set the default values of the
ReadSizeFieldParams
object.Attributes
Option to append the size fields from file.