add_labels_on_topo_entities#
- Part.add_labels_on_topo_entities(labels, topo_entities)#
Add the given labels on the provided topoentities.
- Parameters:
- Returns:
- :
AddLabelResults
Returns the AddLabelResults.
- Return type:
Examples
>>> labels = ["wall", "outer"] >>> part.add_labels_on_topo_entities(labels, topo_entities)
Examples using Part.add_labels_on_topo_entities#
Mesh a PCB for structural thermal analysis
Mesh a PCB for structural thermal analysis
Mesh a saddle bracket for a structural analysis
Mesh a saddle bracket for a structural analysis
Mesh a set of solder balls (beta)
Mesh a set of solder balls (beta)