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
Answers
-
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
0 -
Hi,
I think to turn on Features, you will have to work on:
poIRenderOptions_handle SetBoundaryMeshMode mode
0 -
Hi Livil
Thanks for the help. I am now able to get control over those options.
0