plt3DIPlot GetClipTransparency
Gets whether clipped data is partially visible (displayed transparently).
Syntax
plt3DIPlot_handle GetClipTransparency
Application
HyperWorks Tcl Query
Description
Data, in the form of waterfalls, curves, or surfaces, can be clipped with planes. The undisplayed portion of the data can be rendered partially visibible by means of this flag. Returns true or false.
Inputs
- axis
- The axis from which to get the category.
- idx
- The index of the category.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetClipTransparency
Errors
None.