SurferResults#

class ansys.meshing.prime.SurferResults(model=None, error_code=None, topofaces_not_projected_on_geometry=None, json_data=None, **kwargs)#

Results associated with the surface mesh.

Parameters:
model: Model

Model to create a SurferResults object with default parameters.

error_code: ErrorCode, optional

Error code associated with the failure of operation.

topofaces_not_projected_on_geometry: Iterable[int], optional

Ids of topofaces projected to facets instead of CAD geometry, when projectOnGeometry is enabled.

json_data: dict, optional

JSON dictionary to create a SurferResults object with provided parameters.

Examples

>>> surfer_results = prime.SurferResults(model = model)

Methods

SurferResults.print_default()

Print the default values of SurferResults object.

SurferResults.set_default([error_code, ...])

Set the default values of the SurferResults object.

Attributes

SurferResults.error_code

Error code associated with the failure of operation.

SurferResults.topofaces_not_projected_on_geometry

Ids of topofaces projected to facets instead of CAD geometry, when projectOnGeometry is enabled.