itasca.flowplane.zone

Functions and classes for working with flowplane zones.

Functions

itasca.flowplane.zone.count() → int.

Get the number of zones.

itasca.flowplane.zone.find(id: int) → Zone object.

Get the zone object with the given ID number.

itasca.flowplane.zone.list() → Zone iterator object.

Get a zone iterator object.

itasca.flowplane.zone.maxid() → int.

Get the maximum zone ID.

Classes