plt3DIPlot RemoveCurveGroup
Deletes a bar chart curve from the HyperGraph 3D window.
Syntax
plt3DIPlot_handle RemoveCurveGroup index
Application
HyperWorks Tcl Query
Description
Deletes a bar chart curve from the HyperGraph 3D window.
Inputs
- index
- The number of the curve group.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddCurveGroup
myPlotName GetCurveGroupHandle myGroupName 1
myPlotName RemoveCurveGroup 1
Errors
Success (0) or an error code.