remove_labels_from_topo_entities#
- Part.remove_labels_from_topo_entities(labels, topo_entities)#
Remove the given labels from the provided topoentities.
- Parameters:
- Returns:
RemoveLabelResults
Returns the RemoveLabelResults.
- Return type:
Examples
>>> labels = ["wall", "outer"] >>> part.remove_labels_from_topo_entities(labels, topo_entities)