StreamTubeStarts Type

An object to set the Lighting of a 3D Scene

Constructors

Constructor Description

StreamTubeStarts()

Full Usage: StreamTubeStarts()

Returns: StreamTubeStarts
Returns: StreamTubeStarts

Static members

Static member Description

StreamTubeStarts.init (?X, ?Y, ?Z)

Full Usage: StreamTubeStarts.init (?X, ?Y, ?Z)

Parameters:
    ?X : seq<'a> - Sets the x components of the starting position of the streamtubes
    ?Y : seq<'b> - Sets the y components of the starting position of the streamtubes
    ?Z : seq<'c> - Sets the z components of the starting position of the streamtubes

Returns: StreamTubeStarts

Initializes a TubeStarts object

?X : seq<'a>

Sets the x components of the starting position of the streamtubes

?Y : seq<'b>

Sets the y components of the starting position of the streamtubes

?Z : seq<'c>

Sets the z components of the starting position of the streamtubes

Returns: StreamTubeStarts

StreamTubeStarts.style (?X, ?Y, ?Z)

Full Usage: StreamTubeStarts.style (?X, ?Y, ?Z)

Parameters:
    ?X : seq<'a> - Sets the x components of the starting position of the streamtubes
    ?Y : seq<'b> - Sets the y components of the starting position of the streamtubes
    ?Z : seq<'c> - Sets the z components of the starting position of the streamtubes

Returns: StreamTubeStarts -> StreamTubeStarts

Creates a function that applies the given style parameters to a TubeStarts object

?X : seq<'a>

Sets the x components of the starting position of the streamtubes

?Y : seq<'b>

Sets the y components of the starting position of the streamtubes

?Z : seq<'c>

Sets the z components of the starting position of the streamtubes

Returns: StreamTubeStarts -> StreamTubeStarts