top of page

TCL for finding adjacent elements in Hypermesh

  • Admin
  • Feb 14, 2024
  • 1 min read

This code helps you to find elements around the element 50.


*createmark elements 1 50  "50 is the element id"
*findmark elements 1 1 1 elements 0 2
set elemsIDs [hm_getmark elements 2]
puts $elemsIDs


 
 
 

Recent Posts

See All
Solutions in Nastran

Here's a concise definition table for every solution type (SOL) in NASTRAN, focusing on commonly used ones. Each entry includes the SOL...

 
 
 
Spring elements in NASTRAN

In structural analysis, spring elements play a key role in simulating flexible connections, supports, joints, and contact interactions....

 
 
 

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating

© 2023

 
bottom of page