remove_zone_on_topo_entities#
- Part.remove_zone_on_topo_entities(topo_entities)#
Removes zone on the given topoentities.
- Parameters:
- topo_entities
Iterable[int] Topoentity ids whose zone is to be removed.
- topo_entities
- Returns:
- :
RemoveZoneResultsReturns the RemoveZoneResults.
- Return type:
Examples
>>> part.remove_zone_on_topo_entities(topo_entities)