itasca.sel.node

Functions and classes for working with nodes.

Functions

itasca.sel.node.count() → int.

Get the number of nodes.

itasca.sel.node.find(id: int) → node object.

Get the node object with the given ID number.

itasca.sel.node.list() → node iterator object.

Get a node iterator object.

itasca.sel.node.maxid() → int.

Get the maximum node ID.

Classes