ReadSizeFieldParams
Last update: 10.09.2025class 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
| Name | Description |
|---|---|
ReadSizeFieldParams.print_default() |
Print the default values of ReadSizeFieldParams object. |
ReadSizeFieldParams.set_default([append]) |
Set the default values of the ReadSizeFieldParams object. |
Attributes
| Name | Description |
|---|---|
ReadSizeFieldParams.append |
Option to append the size fields from file. |