Feature and Transparency feature control for Iso contour
Hi all
I am developing a hyperview customization script where I need to find the 'Iso Contour' of the displayed components.
I am able to get the contours but can't find any controls for ' clipped geometry Feature and Transparency options'
It'd be of great if I can find something to solve this issue. I've attached a snapshot to further explain the problem.
Thanks
Saumya Mishra
Find more posts tagged with
Sort by:
1 - 3 of
31
Hi,
I think to turn on Features, you will have to work on:
poIRenderOptions_handle SetBoundaryMeshMode mode
Hi,
Try these
SetClipTransparency
e.g
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName
myClientName SetClipTransparency true
myClientName Draw