LatticeMathXMax Option

 

The LatticeMathXMax option sets the X maximum value for the output lattice for a Math module. The OptionValue is any number, representing the maximum value.

 

Syntax

object.Construct(“ModifyModule”)

object.Option(“Module”, “Math”)

object.Option(“LatticeMathXMax”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the X axis maximum value.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Math")

  CommandApi.Option ("LatticeMathXMax", 0.6")

  CommandApi.Do()

 

Used by: LatticeMath

 

 

See Also

Automation Model