Hey guys,
maybe one of you can help me completing the following task:
I need to know the IDs of the attached elements of elements. From a topology optimization I selected the elements:
#Querry Elements set set_id [myModel AddSelectionSet element] myModel GetSelectionSetHandle elem_set $set_id elem_set Add 'contour >= $isoValue' myQuery SetSelectionSet $set_id myQuery SetQuery 'element.id element.centroid contour.value element.connectivity' myQuery WriteData $outPath/ElemsCentroid.txt
This gets me a list with ELEMENT ID, CENTROID coordinates, and the nodes associated with the element.
One way of solving my issue is to get a Node ID Element ID list. in order to find the attached elements. I really cannot find the script to do this, as there is no node.connectivity query option.
Thanks in advance and best regards,
Merula