All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Finding the component name for deleted element : Aim : To find the component name for the deleted element. Procedure : Open any model in the hypermesh and write a code to find the component name for the deleted element. Here I have opened the hood model in hypermesh, Which is shown in below Figure 1. …
Yeshwanth N
updated on 24 Dec 2021
Finding the component name for deleted element :
Aim :
Procedure :
Figure 1-Hood Model Opened in HyperMesh. |
Figure 2-Drag the command window above to write a tcl/tk code. |
Figure 3-*Createmarkpanel Command. |
Figure 4-Elements Selected to Store in a variable A. |
Figure 5-Stored the selected elements in variable a and returned the component name of selected elements. |
Figure 6-Written a code to delete selected elements. |
Figure 7-Written a code to print the deleted elements component name. |
Figure 8-Printed Deleted Elements Component Name [Middle Surface_hinge]. |
[*createmarkpanel elements 1
set a [hm_getvalue elements mark=1 dataname=component.name]
*deletemark elements 1
puts $a]
Code to Find the Deleted Elements Component Name👆
Figure 9-Running tcl/tk File. |
Result :
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Roof Crash Simulation on Car BIW
Roof Crash Simulation Aim - To run the roof crash simulation on the neon car model and plot the graphs for the neon car model in post processing. Objective - To translate the impactor to the desired location as per the question. To create a Type 7 contact interface between impactor and car. To create…
12 Dec 2023 01:41 AM IST
Frontal Crash Simulation on Car BIW
Frontal Crash Simulation Aim - To run a simulation for the frontal crash [BIW] and to obtain a results in the post processing. Objective - To check the unit system in the solver. To create an appropriate interface ,friction 0.2 and recommended parameters. To check for the penetrations and intersections.…
12 Dec 2023 01:40 AM IST
Side Pole Crash Simulation on Car BIW
Side Pole Crash Simulation Aim : To run a simulation for the Neon Side Pole Crash and to obtain the results in the post processing. Objective : To check the unit system in the solver. To create an appropriate interface with friction 0.2 and recommended parameters. To check for the penetrations and intersections…
12 Dec 2023 01:37 AM IST
Creating GUI of the calculator
Creating the calculator GUI : Aim : To create a simple addition and subtraction window in hypermesh by writing Tcl/Tk code as shown in below Figure 1. Figure 1-Addition and Subtraction Window. To press the corresponding buttons in the addition and subtraction window, So the text boxes should indicate…
29 Dec 2021 09:14 AM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.