Feature and Transparency feature control for Iso contour

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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 

 

<?xml version="1.0" encoding="UTF-8"?>Query_Iso_Contour.PNG

Answers

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited April 2018

    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

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited April 2018

    Hi, 

    I think to turn on Features, you will have to work on:

    poIRenderOptions_handle SetBoundaryMeshMode mode

     

    https://connect.altair.com/CP/kb-view.html?kb=86126

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2018

    Hi Livil

     

    Thanks for the help. I am now able to get control over those options.