Add components to mark by clicking in display window (interactively)
Altair Forum User
Altair Employee
Hi all,
I am searching for a Tcl command, that can allow me to save the component ids into a mark while I click on the components in HM window/display.
In a model with more than 600 components, I need to create a list of component ids by clicking, then write those component ids (and property ids they have) to an external text file.
Is it possible to create mark interactively by clicking on entities in display?
Best regards,
Mubeen.
0
Answers
-
Try this TCL code:
*createmarkpanel comps 1 'Select Comps to list'
puts 'CompID= [hm_getmark comps 1]'
*clearmark comps 1HTH,
0 -
Altair Forum User said:
Try this TCL code:
*createmarkpanel comps 1 'Select Comps to list'
puts 'CompID= [hm_getmark comps 1]'
*clearmark comps 1
HTH,
Tons of Thanks !! That worked like a magic /emoticons/default_smile.png' alt=':)' srcset='/emoticons/smile@2x.png 2x' width='20' height='20'>
0