get_part#
- Model.get_part(id)#
Get the part by ID.
- Parameters:
- id
int
ID of the part.
- id
- Returns:
- :
Part
Part or
None
if the given part ID doesn’t exist.
- Return type:
Examples
>>> from ansys.meshing.prime import Model >>> model = client.model >>> part = model.get_part(2)
Examples using Model.get_part#
Morph a hexahedral mesh of a turbine blade to a new shape
Morph a hexahedral mesh of a turbine blade to a new shape
Mesh a set of solder balls (beta)
Mesh a set of solder balls (beta)