LatticeMergeXNum Option

 

The LatticeMergeXNum option changes the number of nodes in the X direction for a Merge module. The OptionValue is a integer number, representing the number of nodes.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example sets the number of nodes in the X direction for the Merge module.

 

  CommandApi.Construct ("ModifyModule")

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

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

 

Used by: LatticeMerge

 

 

See Also

Automation Model