LatticeMathXMin Option

 

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

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the X axis minimum value.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeMathXMin", 0.2")

  CommandApi.Do()

 

Used by: LatticeMath

 

 

See Also

Automation Model