plt3DIPlot AddProjectionCurveGroup
Adds a new curve group to the HyperGraph 3D window.
Syntax
pltIDIPlot_handle AddProjectionCurveGroup
Application
HyperWorks Tcl Query
Description
Projection curve groups hold multiple 3-D line curves used as visual references only. The most significant difference between curve groups and projection curve groups is that projection curve groups are not included in a "fit".
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddProjectionCurveGroup
Errors
Success (0) or an error code.