The FunctionLatticeYNum option changes the number of nodes in the Y direction for a function lattice. The OptionValue is any integer number.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “FunctionLattice”)
object.Option(“FunctionLatticeYNum”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the number of nodes in the Y direction for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "FunctionLattice")
CommandApi.Option ("FunctionLatticeYNum", "20")
CommandApi.Do()
Used by: FunctionLattice
See Also