The LatticeResampleZNum option changes the number of nodes in the Z direction for a Resample module. The OptionValue is a number.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Resample”)
object.Option(“LatticeResampleZNum”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example sets the number of nodes in the Z direction for the Resample module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Resample")
CommandApi.Option ("LatticeResampleZNum", "30")
Used by: LatticeResample
See Also