Dear all,
I am writing a TCL script to automaticaly mesh all the surfaces of a component on the same face.
For now, I am using :
*createmarkpanel surfaces 1 'Select all surfaces'
set surface_list [hm_getmark surfaces 1];
*interactiveremeshsurf ...
and when the panel opens, I have to select one surface, then use the option 'by face' or 'reverse' depending on the face I am selecting.
Is it possible to code the 'by face' or 'reverse' by only selecting one surface.
Thank you in advance,
Rohan