plt3DIWaterfall StitchCurves

Converts a waterfall based on individual slices into one based on matrices.

Syntax

plt3DIWaterfall_handle StitchCurves dir

Application

Tcl Query

Description

Takes a group of curves (slices) and stitches them together into matrices. Also sets the generate curves flag on the waterfall.

Inputs

dir
The direction (X or Y).

Example

Stitch slices together in the Y direction:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName StitchCurves Y

Errors

None.