top of page
Admin

TCL for finding adjacent elements in Hypermesh

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


14 views0 comments

Recent Posts

See All

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...

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page