Skip to main content

Prime Mesh Python client library 2025 R2 SP04

CreateBOIResults

Last update: 20.02.2026

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

Name Description
CreateBOIResults.print_default() Print the default values of CreateBOIResults object.
CreateBOIResults.set_default([error_code, ...]) Set the default values of the CreateBOIResults object.

Attributes

Name Description
CreateBOIResults.error_code Error code associated with failure of operation.
CreateBOIResults.part_id The BOI part id.

Connect with Ansys