Lattice

Inheritance diagram of rumba.Lattice
class Lattice

A lattice cage.

The points are stored in s,t, and u order.:cvar Lattice default_value: Static. The default value.

Methods

__init__

Constructor(s)

resolution()

Get the lattice resolution in number of vertices.

Properties

default_value

__init__()

Constructor(s)

Lattice ()

Create an empty.

Lattice (v: Value)

Cast a Value object in Lattice.

If v is not a Lattice object, this object will be an empty lattice.

resolution() Imath.V3i

Get the lattice resolution in number of vertices.

Return type

Imath.V3i