Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I selected a line and an arc in my Inventor Sketch.
I would like to get this line and the arc via Inventor API.
How can I do that?
I found a method app.ActiveDocument.GetSelectedObject
But I don't know which inputs to use for it.
I also see that there is app.ActiveDocument.SelectSet.
But when I try to call: app.ActiveDocument.SelectSet.Count, it returns 0.
Can someone help me, how to return the selected line and arc inside Sketch?
I would be very grateful for any kind of help.
Solved! Go to Solution.