add_labels_on_zonelets#
- Part.add_labels_on_zonelets(labels, zonelets)#
Add the given labels on the provided zonelets.
- Parameters:
- Returns:
- :
AddLabelResults
Returns the AddLabelResults.
- Return type:
Examples
>>> labels = ["wall", "outer"] >>> part.add_labels_on_zonelets(labels, zonelets)
Examples using Part.add_labels_on_zonelets#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic PCB geometry with multiple hexa layers
Mesh a generic PCB geometry with multiple hexa layers