itasca.dfn.setinter

Functions and classes for working with DFN intersection sets.

Functions

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

Get the number of intersection sets.

itasca.dfn.setinter.find(id: int) → Intersection set object.

Get the intersection set object with the given ID number.

itasca.dfn.setinter.list() → Intersection set iterator object.

Get an intersection set iterator object.

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

Get the maximum intersection set ID.

Classes