Message 1 of 1
Model dimension lines

Not applicable
11-24-2016
07:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone. I'm writing addIn which need collect information about model dimensions. Is it possible to get information about dimension lines (arcs if it angular dimension) which Inventor shows in sketch editing mode? I need to get start and end points for those lines and position of dimension arrows.
I've worked with SolidWorks API and know that each dimension has DisplayData object which hold information about dimension lines. Here is the API link:
Has Inventor something similar to it?