Hi,
Is there a query command to identify elements attached to nodes in Hyperview?
I can identify nodes attached to elements by using element.connectivity. There isn't such query available for nodes.
Thanks,
Roshan
Not possible through query panel, the other alternate method is
1) create a set of node
2) using query panel you can 'by set' options. Select the node set created.
This will give you the Elements id's attached to Node id's
Hey guys,
Did you had any luck to perform this task on TCL code? I'm trying to do so for a script I'm writing.
Br
Lawrence
Not possible through query panel, the other alternate method is
1) create a set of node
2) using query panel you can 'by set' options. Select the node set created.
This will give you the Elements id's attached to Node id's