StreamLinesSphereSize Option

 

The StreamLinesSphereSize option changes the sphere size of spheres in a StreamLines. The OptionValue is a number between 0 and 1. This option is used with StreamLinesStreamMethod 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(“StreamLinesSphereSize”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example sets the stream lines sphere size.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("StreamLinesSphereSize", "0.1")

  CommandApi.Do()

 

Used by: StreamLines

 

 

See Also

Automation Model