add_labels_on_topo_entities#

Part.add_labels_on_topo_entities(labels, topo_entities)#

Add the given labels on the provided topoentities.

Parameters:
labelsList[str]

Labels to be added on topoentities.

topo_entitiesIterable[int]

Ids of topoentities.

Returns:
AddLabelResults

Returns the AddLabelResults.

Return type:

AddLabelResults

Examples

>>> labels = ["wall", "outer"]
>>> part.add_labels_on_topo_entities(labels, topo_entities)