get_face_zonelets#
- Part.get_face_zonelets()#
Get the face zonelets of a part.
- Returns:
- :
Iterable
[int
]Return the ids of face zonelets. Returns an empty list for a topology part.
- Return type:
Examples
>>> face_zonelets = part.get_face_zonelets()
Examples using Part.get_face_zonelets#

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 generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation

Create a contact patch for wrapping between a wheel and ground interface
Create a contact patch for wrapping between a wheel and ground interface