The LatticeMathAuto option turns on/off the "Calculate from Inputs" option for a Math module. The OptionValue is either True or False. True turns on automatic input extents. False turns off automatic input extents.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Math”)
object.Option(“LatticeMathAuto”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example turns off the automatic input extents for the output lattice from a math module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Math")
CommandApi.Option ("LatticeMathAuto", False2")
CommandApi.Do()
Used by: LatticeMath
See Also