Hi all,
> Motive is to attach a note to a element with the maximum stress magnitude with the help of command panel (using Tcl commands)
> So far i have been able to attach a note to a element with the maximum stress magnitude, but i am setting up the element id and stress value manually.
client_handle AddNote 1 // it returns a nonzero value client_handle GetNoteHandle note2_handle 2 note2_handle SetAttachment 'node 1 4730' note2_handle SetText '211'
The node id, 4730 and note value of 211 has been entered manually.
> I dont know how to set the max value and corresponding id using the poIMeasure Class. What i am trying is given below:
client_handle GetMeasureHandle measure_handle 1 // taking static_min_max_result measure measure_handle GetEntityList >>{1 PART-1-1 1 PART-1-1 41460} {1 PART-1-1 1 PART-1-1 4730} measure_handle GetMaximum 'Mag' // Nothing returened here, otherwise i can save it in variable // and use it further
> If successful there wont be any need of using the note and measure panel again and again for each window (say 8 windows in a page).
Please suggest how can i rectify this problem.
Thanks in advance
/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />