itasca.block

Functions and classes for working with 3DEC blocks.

Functions

itasca.block.containing(point: vec3) → Block object.

Get the zone that contains point.

itasca.block.count() → int.

Get the number of blocks.

itasca.block.find(id: int) → Block object.

Get the block object with the given ID number.

itasca.block.list() → Block iterator object.

Get a block iterator object.

itasca.block.maxid() → int.

Get the maximum block ID.

itasca.block.near(point: vec) → Block object.

Find the closest block to a point.

Classes

Sub-modules