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
SurferResultsobject 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
SurferResultsobject with provided parameters.
Examples
>>> surfer_results = prime.SurferResults(model = model)
Methods
Print the default values of
SurferResultsobject.SurferResults.set_default([error_code, ...])Set the default values of the
SurferResultsobject.Attributes
Error code associated with the failure of operation.
Ids of topofaces projected to facets instead of CAD geometry, when projectOnGeometry is enabled.
Examples using SurferResults#
Mesh a mid-surfaced bracket for a structural analysis
Mesh a mid-surfaced bracket for a structural analysis