WrapperPatchFlowRegionsResult#
- class ansys.meshing.prime.WrapperPatchFlowRegionsResult(model=None, warning_codes=None, error_code=None, id=None, name=None, json_data=None, **kwargs)#
Result structure associated with patch holes operation.
- Parameters:
- model: Model
Model to create a
WrapperPatchFlowRegionsResult
object with default parameters.- warning_codes: List[WarningCode], optional
Warning codes associated with the patch holes operation.
This is a beta parameter. The behavior and name may change in the future.
- error_code: ErrorCode, optional
Error code associated with a patch holes operation.
This is a beta parameter. The behavior and name may change in the future.
- id: int, optional
Id of part created with hole patches.
This is a beta parameter. The behavior and name may change in the future.
- name: str, optional
Name of part created with hole patches.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
WrapperPatchFlowRegionsResult
object with provided parameters.
Examples
>>> wrapper_patch_flow_regions_result = prime.WrapperPatchFlowRegionsResult(model = model)
Methods
Print the default values of
WrapperPatchFlowRegionsResult
object.Set the default values of the
WrapperPatchFlowRegionsResult
object.Attributes
Error code associated with a patch holes operation.
Id of part created with hole patches.
Name of part created with hole patches.
Warning codes associated with the patch holes operation.