itasca.flowplane.vertex

Functions and classes for working with flowplane vertexs.

Functions

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

Get the number of zones.

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

Get the zone object with the given ID number.

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

Get a zone iterator object.

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

Get the maximum zone ID.

Classes