StreamLinesSphereQuality Option

 

The StreamLinesSphereQuality option changes the quality of the spheres in stream lines. The OptionValue is a number between 0 and 1.  The larger the number, the higher the quality of the sphere. This option is only available if the StreamLinesStreamMethod is set to 1.

 

Syntax

object.Construct(“CreateModule”)

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

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

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the sphere quality of spheres in a streamline.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("StreamLinesSphereQuality", "0.8")

  CommandApi.Do()

 

Used by: StreamLines

 

 

See Also

Automation Model