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