StreamLinesZPos Option

 

The StreamLinesZPos option changes the Z position of the seed point center for streamlines. The OptionValue is a number.

 

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

object.Do() or object.DoOnce()

 

Example

This example changes the Y component of the seed normal.

 

  CommandApi.Construct("ModifyModule")

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

  CommandApi.Option ("StreamLinesZPos", "0.6")

  CommandApi.Do()

 

Used by: StreamLines

 

 

See Also

Automation Model