The LatticeMathZNum option change the number of nodes in the Z 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(“LatticeMathZNum”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example changes the number of nodes in the Z direction.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Math")
CommandApi.Option ("LatticeMathZNum", 0.6")
CommandApi.Do()
Used by: LatticeMath
See Also