TCL code for intersection of surfaces.
Hi all. I want to write a TCL code that selects all surfaces of a component and check for intersection with all surfaces of one other component. Is it possible to do it using TCL command?
Best Answer
-
Hi
Please check if
hm_collisioncheck
is what you are in need.
And the link of documentation is below:
https://2021.help.altair.com/2021/hwdesktop/hwd/topics/reference/hm/hm_collisioncheck.htm
I hope this is helpful.
Regards
0
Answers
-
Hi
Please check if
hm_collisioncheck
is what you are in need.
And the link of documentation is below:
https://2021.help.altair.com/2021/hwdesktop/hwd/topics/reference/hm/hm_collisioncheck.htm
I hope this is helpful.
Regards
0 -
Thank you Rogerio for your reply. It was really helpful. The command to select all surfaces of a component is:
*createmark surfs 1 "by comp ID" $compID;
Then we may use the hm_collision commands.
Again, thank you very much.
0