itasca.sel.beam

Functions and classes for working with beams.

Functions

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

Get the number of beams.

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

Get the beam object with the given ID number.

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

Get a beam iterator object.

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

Get the maximum beam ID.

Classes