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()