ansys.meshing.prime.lucid.Mesh Last update: 17.07.2025 Mesh.merge_parts(parts_expression='*', new_name='merged_part') Merge multiple parts into a single part. Parameters: parts_expression : Expression of the parts to merge. The default is "*". new_name : Name of the new part that is created from the merged parts. The default is "merged_part".