ProjectOnGeometryResults#

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

>>> project_on_geometry_results = prime.ProjectOnGeometryResults(model = model)

Methods

ProjectOnGeometryResults.print_default()

Print the default values of ProjectOnGeometryResults object.

ProjectOnGeometryResults.set_default([...])

Set the default values of the ProjectOnGeometryResults object.

Attributes

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.