LatticeResampleXMin Option

 

The LatticeResampleXMin option changes the X axis minimum value for a Resample module. The OptionValue is a number, representing the minimum X value.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example sets the X Axis minimum value for the Resample module.

 

  CommandApi.Construct ("ModifyModule")

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

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

 

Used by: LatticeResample

 

 

See Also

Automation Model