remove_zone_on_topo_entities#

Part.remove_zone_on_topo_entities(topo_entities)#

Removes zone on the given topoentities.

Parameters:
topo_entitiesIterable[int]

Topoentity ids whose zone is to be removed.

Returns:
RemoveZoneResults

Returns the RemoveZoneResults.

Return type:

RemoveZoneResults

Examples

>>> part.remove_zone_on_topo_entities(topo_entities)