    

 ## On this page

  

 

 # ProjectOnGeometryResults

 Last update: 17.07.2025 

### *class* 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 `ProjectOnGeometryResults` object 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 `ProjectOnGeometryResults` object with provided parameters.

### Examples

```pycon
&gt;&gt;&gt; project_on_geometry_results = prime.ProjectOnGeometryResults(model = model)

```

### Methods

NameDescription[`ProjectOnGeometryResults.print_default`](ansys.meshing.prime.ProjectOnGeometryResults.print_default.md#ansys.meshing.prime.ProjectOnGeometryResults.print_default)()Print the default values of `ProjectOnGeometryResults` object.[`ProjectOnGeometryResults.set_default`](ansys.meshing.prime.ProjectOnGeometryResults.set_default.md#ansys.meshing.prime.ProjectOnGeometryResults.set_default)(\[...\])Set the default values of the `ProjectOnGeometryResults` object.### Attributes

NameDescription[`ProjectOnGeometryResults.error_code`](ansys.meshing.prime.ProjectOnGeometryResults.error_code.md#ansys.meshing.prime.ProjectOnGeometryResults.error_code)Error code associated with failure of operation.[`ProjectOnGeometryResults.success`](ansys.meshing.prime.ProjectOnGeometryResults.success.md#ansys.meshing.prime.ProjectOnGeometryResults.success)Defines the operation was successful or not.[`ProjectOnGeometryResults.warning_codes`](ansys.meshing.prime.ProjectOnGeometryResults.warning_codes.md#ansys.meshing.prime.ProjectOnGeometryResults.warning_codes)Warning code associated with operation.