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
Print the default values of
ProjectOnGeometryResults
object.Set the default values of the
ProjectOnGeometryResults
object.Attributes
Error code associated with failure of operation.
Defines the operation was successful or not.
Warning code associated with operation.