Center Nodes for arc lines
Altair Forum User
Altair Employee
Dear sir,
I want to create center nodes at these arc lines to create spots at those nodes as there are around 500 lines and it is difficult to create manually, so Is there any script to create center nodes for multiple arc lines at once?
0
Answers
-
Hi Ramakiran,
We have 2 similar scripts in Script Exchange. Please download the same from Altair Connect.
0 -
Try this simple TCL code:
*createmarkpanel lines 1 'Select Line' set lines [hm_getmark lines 1] *clearmark lines 1; foreach id $lines { *createmark lines 1 $id; *createbestcirclecenternode lines 1 0 1 0 *clearmark lines 1; }
HTH,
0 -
thank you very much and it helps me a lot.
0