FunctionLatticeXNum Option

 

The FunctionLatticeXNum option changes the number of nodes in the X direction for a function lattice. The OptionValue is any integer number.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the number of nodes in the X direction for the function lattice.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("FunctionLatticeXNum", "30")

  CommandApi.Do()

 

Used by: FunctionLattice

 

 

See Also

Automation Model