get_face_zonelets_of_volumes#
- Part.get_face_zonelets_of_volumes(volumes)#
Get the face zonelets of given volumes.
- Parameters:
- volumes
Iterable
[int
] Ids of volumes.
- volumes
- Returns:
- :
Iterable
[int
]Return the ids of face zonelets.
- Return type:
Examples
>>> face_zonelets = part.get_face_zonelets_of_volumes(volumes)
Examples using Part.get_face_zonelets_of_volumes#
Mesh a generic PCB geometry with multiple hexa layers
Mesh a generic PCB geometry with multiple hexa layers