get_part#
- Model.get_part(id)#
Get the part by ID.
- Parameters:
- id
int ID of the part.
- id
- Returns:
- :
PartPart or
Noneif 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