Hi,
I am writing a program to insert qc control bubbles beside all dimensions and geometric tolerances. The program needs to have the ability to automatically scan a drawing and insert bubbles, as well as scan the drawing and remove any bubbles it has created in the past. I have established the convention that all QC bubbles will have the format "
I have got it working fine with dimensions - I simply scan for and append a "
The problems I'm having is in the deleting phase of the program. I am trying to use GetFirstAnnotation3 and GetNext3 on each drawing view to step through all the annotations.. BUT GetNext3 won't move past the first qc bubble note it encounters. It works fine for stepping through dims, but as soon as it hits a note (any note, it seems), the next call to getnext3 returns nothing and the program moves on to the next view.
Please help.. I'm stumped.
SolidworksApi macros