ConnectResults#
- class ansys.meshing.prime.ConnectResults(model=None, error_code=None, warning_codes=None, json_data=None, **kwargs)#
Results associated with the connection operations.
- Parameters:
- model: Model
Model to create a
ConnectResults
object with default parameters.- error_code: ErrorCode, optional
Error Code associated with failure of operation.
- warning_codes: List[WarningCode], optional
Warning codes associated with the operation.
- json_data: dict, optional
JSON dictionary to create a
ConnectResults
object with provided parameters.
Examples
>>> connect_results = prime.ConnectResults(model = model)
Methods
Print the default values of
ConnectResults
object.ConnectResults.set_default
([error_code, ...])Set the default values of the
ConnectResults
object.Attributes
Error Code associated with failure of operation.
Warning codes associated with the operation.