5 lines are drawn by user on CAD editor control's picture box.
Now user selects one line. (say line 1)
I want to delete that line(line 1) and select its next line(line 2).
I can use cadEditorControl1.DeleteSelectedEntities for deleting.
1) But how to select the next line(line 2) in program?
2) After selection of that line, i want to change its position. How can i move its point1(line2.Point1) to next lines's point (line3.Point)?
These are very basic requirement for our application. Please do reply.
We are struggling from few months to stable on a CAD software. I wish i can set on CAD Import.Net.
