top of page

get the dependent node of rbe3 element list

Admin
# Select the rbe3 elements only
*createmarkpanel elements 1 "Select the rbe3 elements"
set rbelist [hm_getmark elememts 1]
# get the dependent node
foreach elemID $rbelist {
set dependentnodeID [hm_getvalue elems id=$elemID dataname=dependentnode ]
puts "RBE3 element id=$elemID dependent node id=$dependentnodeID"
}
#RBE3 element id=203 dependent node id=106

1 view0 comments

Recent Posts

See All

Comparison CROD, CBAR and CBEAM

CROD, CBAR and CBEAM are one of the most popular 1d elements in Nastran. Reflecting real behaviour of structural is crucial for FEM. So,...

Reading a csv file by using tcl

Reading a csv file procedure is similar to the other programming languages. # Open the CSV file in read mode set filePath...

Comentários

Avaliado com 0 de 5 estrelas.
Ainda sem avaliações

Adicione uma avaliação

© 2023

 
bottom of page