LatticeMathYNum Option

 

The LatticeMathYNum option change the number of nodes in the Y direction for the interpolated lattice created by the Math module. The OptionValue is an integer number, representing the number of nodes.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the number of nodes in the Y direction.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeMathYNum", 0.6")

  CommandApi.Do()

 

Used by: LatticeMath

 

 

See Also

Automation Model