ProjectOnGeometryResults
Last update: 10.09.2025class ansys.meshing.prime.ProjectOnGeometryResults(model=None, success=None, error_code=None, warning_codes=None, json_data=None, **kwargs)
Results associated with projection of topofaces nodes on its geometry.
-
Parameters:
model: Model : Model to create a
ProjectOnGeometryResultsobject with default parameters.success: bool, optional : Defines the operation was successful or not.
This is a beta parameter. The behavior and name may change in the future.error_code: ErrorCode, optional : Error code associated with failure of operation.
This is a beta parameter. The behavior and name may change in the future.warning_codes: List[WarningCode], optional : Warning code associated with operation.
This is a beta parameter. The behavior and name may change in the future.json_data: dict, optional : JSON dictionary to create a
ProjectOnGeometryResultsobject with provided parameters.
Examples
>>> project_on_geometry_results = prime.ProjectOnGeometryResults(model = model)
Methods
| Name | Description |
|---|---|
ProjectOnGeometryResults.print_default() |
Print the default values of ProjectOnGeometryResults object. |
ProjectOnGeometryResults.set_default([...]) |
Set the default values of the ProjectOnGeometryResults object. |
Attributes
| Name | Description |
|---|---|
ProjectOnGeometryResults.error_code |
Error code associated with failure of operation. |
ProjectOnGeometryResults.success |
Defines the operation was successful or not. |
ProjectOnGeometryResults.warning_codes |
Warning code associated with operation. |