Uses of Class
org.blender.dna.Lattice
-
Packages that use Lattice Package Description org.blender.dna org.blender.utils -
-
Uses of Lattice in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Lattice Modifier and Type Method Description CPointer<Lattice>
Lattice. __io__addressof()
Instantiates a pointer on this instance.Constructors in org.blender.dna with parameters of type Lattice Constructor Description Lattice(Lattice that)
-
Uses of Lattice in org.blender.utils
Methods in org.blender.utils that return Lattice Modifier and Type Method Description Lattice
MainLib. getLattice()
SeeLattice
for documentation.Methods in org.blender.utils with parameters of type Lattice Modifier and Type Method Description void
MainLib. setLattice(Lattice lattice)
SeeLattice
for documentation.
-