MergePartsResults#
- class ansys.meshing.prime.MergePartsResults(model=None, error_code=None, merged_part_assigned_name=None, merged_part_id=None, json_data=None, **kwargs)#
Parameters to merge parts.
- Parameters:
- model: Model
Model to create a
MergePartsResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the failure of operation.
- merged_part_assigned_name: str, optional
Name assigned to merged part. Suffix is added to suggested name if the name not available.
- merged_part_id: int, optional
Id assigned to merged part.
- json_data: dict, optional
JSON dictionary to create a
MergePartsResults
object with provided parameters.
Examples
>>> merge_parts_results = prime.MergePartsResults(model = model)
Methods
Print the default values of
MergePartsResults
object.MergePartsResults.set_default
([error_code, ...])Set the default values of the
MergePartsResults
object.Attributes
Error code associated with the failure of operation.
Name assigned to merged part.
Id assigned to merged part.