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
ReadSizeFieldParamsobject with default parameters.- append: bool, optional
Option to append the size fields from file.
- json_data: dict, optional
JSON dictionary to create a
ReadSizeFieldParamsobject with provided parameters.
Examples
>>> read_size_field_params = prime.ReadSizeFieldParams(model = model)
Methods
Print the default values of
ReadSizeFieldParamsobject.ReadSizeFieldParams.set_default([append])Set the default values of the
ReadSizeFieldParamsobject.Attributes
Option to append the size fields from file.