Message 1 of 3
VBA/iLogic: Automatically Add Hole and Thread Dimension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm wondering if anyone would be willing to help me out with this one. I'm smart enough to know it's possible, but dumb enough to not know how to do it.
I would like to have a VBA script that follows the logic of:
for each drawing view in active sheet, find the first hole (if any exists) and automatically add a hole and thread dimension
exact placement of the dimension would not be critical, as I always manually tweak dimension locations anyways
Inventor API documentation explains how to add a dimension, but not a hole and thread dimension, or the option of just picking the first hole for each view.
Any ideas on how to implement this?