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
SizeFieldFileReadResultsobject 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
SizeFieldFileReadResultsobject with provided parameters.
Examples
>>> size_field_file_read_results = prime.SizeFieldFileReadResults(model = model)
Methods
Print the default values of
SizeFieldFileReadResultsobject.Set the default values of the
SizeFieldFileReadResultsobject.Attributes
Error code if size field file read operation was unsuccessful.
Ids of size fields read by read size field operation.