CreateBOIResults#
- class ansys.meshing.prime.CreateBOIResults(model=None, error_code=None, part_id=None, json_data=None, **kwargs)#
Result structure associated with BOI creation of zonelets.
- Parameters:
- model: Model
Model to create a
CreateBOIResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with failure of operation.
- part_id: int, optional
The BOI part id.
- json_data: dict, optional
JSON dictionary to create a
CreateBOIResults
object with provided parameters.
Examples
>>> create_boiresults = prime.CreateBOIResults(model = model)
Methods
Print the default values of
CreateBOIResults
object.CreateBOIResults.set_default
([error_code, ...])Set the default values of the
CreateBOIResults
object.Attributes
Error code associated with failure of operation.
The BOI part id.