plt3DIPlot RemoveProjectionCurveGroup
Deletes a curve group from the HyperGraph 3D window.
Syntax
plt3DIPlot_handle RemoveProjectionCurveGroup index
Application
HyperWorks Tcl Query
Description
Deletes a curve group 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 AddProjectionCurveGroup
myPlotName GetProjectionCurveGroupHandle myGroupName 1
myPlotName RemoveProjectionCurveGroup 1
Errors
Success (0) or an error code.