LatticeMathZMin Option

 

The LatticeMathZMin option sets the Z minimum value for the output lattice for a Math module. The OptionValue is any number, representing the minimum value.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the Z axis minimum value.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeMathZMin", 0.2")

  CommandApi.Do()

 

Used by: LatticeMath

 

 

See Also

Automation Model