The FaceRenderZLast option changes the last Z index node value to extract for a FaceRender module. The OptionValue is an integer between 1 and the number of nodes in the Z direction.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “FaceRender”)
object.Option(“FaceRenderZLast”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example changes the last Z index value for the FaceRender module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "FaceRender")
CommandApi.Option ("FaceRenderZLast", "47")
CommandApi.Do()
Used by: FaceRender
See Also