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:

Iterable[int]

Examples

>>> face_zonelets = part.get_face_zonelets()

Examples using Part.get_face_zonelets#

Wrap a toy car for a flow analysis

Wrap a toy car for a flow analysis

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

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)