itasca.block.contact

Functions and classes for working with block contact.

Functions

itasca.block.contact.count() int.

Get the number of Contact.

itasca.block.contact.find(id: int) Contact object.

Get the Contact object with the given ID number.

itasca.block.contact.list() Contact iterator object.

Get a Contact iterator object.

itasca.block.contact.maxid() int.

Get the maximum Contact ID.

itasca.block.contact.near(point: vec) Contact object.

Find the closest Contact to a point.

Classes