LatticeFilterOrientation Option

 

The LatticeFilterOrientation option changes the orientation of the filter applied to a function lattice. The OptionValue is 0, 1, 2, or 3 for XY Planes, XZ Planes, YZ Planes, or 3D.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the orientation of the filter for the function lattice.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeFilterOrientation", "2")

  CommandApi.Do()

 

Used by: LatticeFilter

 

 

See Also

Automation Model