🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Feature and Transparency feature control for Iso contour

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    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

    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi Livil

     

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