The SampleLatticeMethod option changes the function being displayed by the test lattice. The OptionValue is 0, 1, 2, 3, 4, or 5 for Knotted Torus, Spherical Density, Vector Vortex, Wiffle Cube, Jack, or Knotted Rope. This command has been deprecated and should be replaced with TestLatticeMethod option.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “TestLattice”)
object.Option(“SampleLatticeMethod”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the function being displayed by the test lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "TestLattice")
CommandApi.Option ("SampleLatticeMethod", "4")
CommandApi.Do()
Used by: SampleLattice
See Also