FunctionLatticeExprComp2 Option

 

The FunctionLatticeExprComp2 option changes equation used for the Component 2 for a function lattice. The OptionValue is a string, representing the equation to be plotted.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the equation for the component for the function lattice.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("FunctionLatticeExprComp2", "(x-.5)*(x-.5) + (y-.5)*(y-.5) + (z-.5)*(z-.5)")

  CommandApi.Do()

 

Used by: FunctionLattice

 

 

See Also

Automation Model