Skip to main content

Prime Mesh Python client library 2024 R2

AddThicknessResults

Last update: 17.07.2025

class ansys.meshing.prime.AddThicknessResults(model=None, error_code=None, part_id=None, json_data=None, **kwargs)

Result structure associated with add thickness zonelets.

  • Parameters: model: Model : Model to create a AddThicknessResults object with default parameters.

    error_code: ErrorCode, optional : Error code associated with failure of operation.

    part_id: int, optional : The created thickness part id.

    json_data: dict, optional : JSON dictionary to create a AddThicknessResults object with provided parameters.

Examples

>>> add_thickness_results = prime.AddThicknessResults(model = model)

Methods

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

Attributes

Name Description
AddThicknessResults.error_code Error code associated with failure of operation.
AddThicknessResults.part_id The created thickness part id.

Connect with Ansys