itasca.wall.facet

Functions and classes for working with Itasca wall facets.

Functions

itasca.wall.facet.count() int.

Get the number of facets.

itasca.wall.facet.find(id: int) Facet object.

Get the facet object with the given ID number.

itasca.wall.facet.inbox(lower_bound: vec, upper_bound: vec, boundary=False) tuple of Facet objects.

Get facets with extents intersecting a box. If the optional keyword argument boundary is True only return the facets inside the extent.

itasca.wall.facet.list() Facet Iterator object.

Get a wall_facet iterator object.

itasca.wall.facet.maxid() int.

Get the maximum facet ID.

itasca.wall.facet.near(point: vec) Facet object.

Find the closest facet to a point.

Classes