LatticeMergeZMin Option

 

The LatticeMergeZMin option changes the Z axis minimum value for a Merge module. The OptionValue is a number, representing the minimum Z value.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example sets the Z Axis minimum value for the Merge module.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeMergeZMin", "0.2")

 

Used by: LatticeMerge

 

 

See Also

Automation Model