How to Get and Edit Legend(ColorBar) handle Hello my friends, Have a good day. Today, i will show you how to get Legend Handle,and edit its properties by tcl command. first, this Figure below show the way how to get Legend Handle so, to get legend handle, we can go by this way hwi–>hwiSession–>hwiPage–>hwiWindow–>poIPost–>poIResultCtrl–>poIContour–>poILegend letContinue reading “How to set Access and edit colorbar”
Category Archives: hyperview script
How to set Page layout for HyperView
In this post, i will show you how to set the layout of Page in HyperView. all you have to do is call this procedure in tcl script. example: SetPageLayout 1 example: SetPageLayout 7 Hope this is useful for you Cudaisoai
How to get Normal of Element
In this post, I will show you how to write a proceduce to query an element, and get normal info of an element in HyperView how to use above proceduce, you just enter the window id that have your model, and the element id you want to querry example: set normalE100 [getNormalEle 1 100] thatContinue reading “How to get Normal of Element”