FaceRenderRangeReset Option

 

The FaceRenderRangeReset resets the output X, Y, and Z range back to the default values for the FaceRender. The OptionValue is True or False. True resets the locations to the lattice extents. False does not reset the positions.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

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

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example resets the extents for the FaceRender to the lattice extents.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("FaceRenderRangeReset", "True")

  CommandApi.Do()

 

Used by: FaceRender

 

 

See Also

Automation Model