get_edge_zonelets#

Part.get_edge_zonelets()#

Get the edge zonelets of a part.

Returns:
Iterable[int]

Return the ids of edge zonelets. Returns an empty list for a topology part.

Return type:

Iterable[int]

Examples

>>> edge_zonelets = part.get_edge_zonelets()