The LatticeMathOutComps option changes the number of components in the interpolated lattice created by the Math module.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Math”)
object.Option(“LatticeMathOutComps”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example changes the number of output components for the interpolated lattice created by the Math module to three.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Math")
CommandApi.Option ("LatticeMathOutComps", "3")
CommandApi.Do()
Used by: LatticeMath
See Also