The TestLatticeMethod 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 replaces the SampleLatticeMethod option.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “TestLattice”)
object.Option(“TestLatticeMethod”, “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 ("TestLatticeMethod", "4")
CommandApi.Do()
Used by: TestLattice
See Also