Skip to main content

Prime Mesh Python client library 2025 R2 SP04

ExtractTopoVolumesResults

Last update: 20.02.2026

class ansys.meshing.prime.ExtractTopoVolumesResults(model=None, volumes=None, error_code=None, json_data=None, **kwargs)

Parameters to extract flow topovolumes.

  • Parameters:

    model: Model : Model to create a ExtractTopoVolumesResults object with default parameters.

    volumes: Iterable[int], optional : Ids of extracted flow topovolumes.

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

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

Examples

>>> extract_topo_volumes_results = prime.ExtractTopoVolumesResults(model = model)

Methods

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

Attributes

Name Description
ExtractTopoVolumesResults.error_code Error code associated with the failure of operation.
ExtractTopoVolumesResults.volumes Ids of extracted flow topovolumes.

Connect with Ansys