- I need to developed a macro to automate some of repetitive tasks.
- In that, I need to create surface from displayed nodes using Spline option.
- Following command isn’t working,
*createmark nodes 1 "displayed"
set NodeList [ hm_getmark nodes 1 ]
*surfacemode 4
eval *createlist nodes 1 $NodeList
*surfacesplineonnodesloop2 1 0 (Basically the displayed node list it is arranging in ascending order)
- Please let me know the possible solution
Thanks in Advance
Govindarao..