itasca.flowknot

Functions and classes for working with flowplanes.

Functions

itasca.flowknot.count() int.

Get the number of flowknots.

itasca.flowknot.find(id: int) Flowknot object.

Get the flowknot object with the given ID number.

itasca.flowknot.list() Flowknot iterator object.

Get a flowknot iterator object.

itasca.flowknot.maxid() int.

Get the maximum flowknot ID.

itasca.flowknot.near(point: vec) Flowknot object.

Find the closest flowknot to a point.

Classes