itasca.data.tensor

Functions and classes for working with UD Tensors.

Functions

itasca.data.tensor.count() int.

Get the number of UDTensor.

itasca.data.tensor.find(id: int) UDTensor object.

Get the UDTensor object with the given ID number.

itasca.data.tensor.list() UDTensor iterator object.

Get the UDTensor iterator object.

itasca.data.tensor.maxid() int.

Get the maximum UDTensor ID.

itasca.data.tensor.near(point: vec) UDTensor object.

Find the closest UDTensor to a point.

Classes