Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.ComputeTopoVolumesResults

Last update: 17.07.2025

ComputeTopoVolumesResults

class ansys.meshing.prime.ComputeTopoVolumesResults(model=None, error_code=None, error_locations=None, topo_volumes=None, material_point_topo_volumes=None, external_open_topo_faces=None, new_topo_volumes=None, deleted_topo_volumes=None, warning_codes=None, json_data=None, **kwargs)

Results associated with compute topovolumes.

Methods

ComputeTopoVolumesResults.print_default() Print the default values of ComputeTopoVolumesResults.
ComputeTopoVolumesResults.set_default([...]) Set the default values of ComputeTopoVolumesResults.

Attributes

ComputeTopoVolumesResults.deleted_topo_volumes Ids of existing topovolumes that got deleted.
ComputeTopoVolumesResults.error_code Error code associated with the failure of operation.
ComputeTopoVolumesResults.error_locations Coordinates of problematic locations in the surface mesh.
ComputeTopoVolumesResults.external_open_topo_faces Topoface ids that are in external space and not part of any topovolumes.
ComputeTopoVolumesResults.material_point_topo_volumes Ids of topovolumes enclosing material points.
ComputeTopoVolumesResults.new_topo_volumes Ids of new topovolumes computed.
ComputeTopoVolumesResults.topo_volumes Ids of all topovolumes computed.
ComputeTopoVolumesResults.warning_codes Warning codes associated with the compute topovolumes.

Connect with Ansys