StreamLinesNumSteps Option

 

The StreamLinesNumSteps option changes the number of steps to trace the streamline. The OptionValue is set to a number between 1 and 500.

 

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(“StreamLinesNumSteps”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the number of steps for streamlines.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("StreamLinesNumSteps", "50")

  CommandApi.Do()

 

Used by: StreamLines

 

 

See Also

Automation Model