itasca.dfn.template

Functions and classes for working with Itasca DFN templates.

Functions

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

Get the number of templates.

itasca.dfn.template.find(id: int) → template object.

Get the template object with the given ID number.

itasca.dfn.template.list() → template iterator object.

Get a template iterator object.

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

Get the maximum template ID.

Classes