itasca.structure.node

Functions and classes for working with structural element nodes.

Functions

itasca.structure.node.count() int.

Get the number of structural element node.

itasca.structure.node.find(id: int) Structural element node object.

Get the structural element node object with the given ID number.

itasca.structure.node.list() Structural element node iterator object.

Get the structural element node iterator object.

itasca.structure.node.maxid() int.

Get the maximum structural element node ID.

itasca.structure.node.near(point: vec) Structural element node object.

Find the closest structural element node to a point.

Classes