unreal.LatticeInterpolationType

class unreal.LatticeInterpolationType

Bases: EnumBase

ELattice Interpolation Type

C++ Source:

  • Plugin: MeshModelingToolset

  • Module: ModelingComponents

  • File: LatticeManager.h

CUBIC: LatticeInterpolationType = Ellipsis

Use tricubic interpolation to get new mesh vertex positions from the lattice

Type:

1

LINEAR: LatticeInterpolationType = Ellipsis

Use trilinear interpolation to get new mesh vertex positions from the lattice

Type:

0