@shehanwilfred wrote:
Hi,
I am coding up a plugin in C# to add perpendicular lines to all the edge of a selected shape (assuming shape is a 4 sided). I could not find anything to identify the edges of a select shape, so my approach is, exploding the selected shape and getting the objects for individual side and converting the objects to lines so that I can easily find the edges for the sides.
Now my problem is I cannot identify which object belongs to which side after exploding, so I am unable to proceed from here.
Example shape which I am working with
What would be the best way to identify which object belongs to which side or is my approach wrong?
Thanks
Posts: 2
Participants: 2