Support Forum

Macro command for Set Node Mode and Move Edge

Akshay

Sunday 31st January 2021
I'm trying to write a macro to highlight net but not able find proper command for Set Node Mode and also what is the macro command for Move Edge.
Jürgen
LayoutEditorFull
Sunday 31st January 2021
I am sorry. Interactive actions cannot be triggered from a macro. So for example to move an edge from a polygon you need to obtain the pointArray from a polygon with the getPoints method of the class element, perform the edit with the methods of the class pointArray and write the result back with setPoints to the polygon.