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