itasca.dfn.vertex

Functions and classes for working with Itasca DFN vertices.

Functions

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

Get the number of verticess.

itasca.dfn.vertex.find(id: int) → Vertex object.

Get the vertex object with the given ID number.

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

Get the maximum vertex ID.

Classes