SizeFieldFileReadResults#
- class ansys.meshing.prime.SizeFieldFileReadResults(model=None, error_code=None, size_field_ids=None, json_data=None, **kwargs)#
Results of size field file read operation.
- Parameters:
- model: Model
Model to create a
SizeFieldFileReadResults
object with default parameters.- error_code: ErrorCode, optional
Error code if size field file read operation was unsuccessful.
- size_field_ids: Iterable[int], optional
Ids of size fields read by read size field operation.
- json_data: dict, optional
JSON dictionary to create a
SizeFieldFileReadResults
object with provided parameters.
Examples
>>> size_field_file_read_results = prime.SizeFieldFileReadResults(model = model)
Methods
Print the default values of
SizeFieldFileReadResults
object.Set the default values of the
SizeFieldFileReadResults
object.Attributes
Error code if size field file read operation was unsuccessful.
Ids of size fields read by read size field operation.