LatticeMathYMin Option

 

The LatticeMathYMin option sets the Y 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(“LatticeMathYMin”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the Y axis minimum value.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeMathYMin", 0.2")

  CommandApi.Do()

 

Used by: LatticeMath

 

 

See Also

Automation Model