Hello All,
I have two components say A and B, some nodes on part A are intersecting part B.
I am cheking it with <u><strong>hm_collisioncheck</strong></u> but I dont want to fix it with
*collisionfix_temp, I want to move entire component A away from B with the amount equal to the interference.
Is it possible to 'read the penetration value (max depth) from collision check command' so that I can translate the entire component by that amount in my TCL scripts.
OR
Any other way to find this by co-ordinates of nodes?
Thanks in advance!