
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I use the Center Dimension Text API Sample (from Inventor help), all linear dimensions are centered.
I would like to skip all dimensions that are too small and have their arrowheads outside.
Unfortunately - although I can see the arrowheads outside in my drawing, the DrawingDimension.ArrowheadsInside property is true - so I cannot distinguish between dimensions using this property.
Other method that I tried is to check the minimal dimension value that makes the arrowheads inside. It's 6mm (don't ake me why) but only for scale 1:1 and will change according to scale of a view.
Unfortunately - I can get the value of dimension and I can get the scale of a view, but I don't see how to connect them. It seems that both dimensions and views are parts of sheet, but I cannot see how to check, on which view is specific dimension.
Changing dimension style in not an option.
Maybe You have an another solution?
Solved! Go to Solution.