FaceRenderYLast Option

The FaceRenderYLast option changes the last Y index node value to extract for a FaceRender module. The OptionValue is an integer between 1 and the number of nodes in the Y direction.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the last Y index value for the FaceRender module.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("FaceRenderYLast", "47")

  CommandApi.Do()

 

Used by: FaceRender

 

 

See Also

Automation Model