Hole Style - find settings in saved drawings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A tapped hole note was using this as a hole & note thread:
IN <QTYNOTE> PLACES
DRILL<HDIA> X <HDPT> DEEP
& TAP <THRP> X <THRD> DEEP
But it has now been modified to this:
IN <QTYNOTE> PLACES
DRILL <TDDIA> X <HDPT> DEEP
& TAP <THRP> X <THRD> DEEP
How do I create code to search for the old hole note style?
I wish I could write code, I read up on it but where do you start?
VBA editor (this is going to be a one off - I hope)
New module? ( in the ApplicationProject? idk)
Find where the drawings are saved.
Look inside each .idw file for code which equals :
IN <QTYNOTE> PLACES
DRILL<HDIA> X <HDPT> DEEP
& TAP <THRP> X <THRD> DEEP
print a list of those files?
How do I do that?
I need to read up on what these mean.. I've seen descriptions would like to see video,
Thanks for your interest