VB code to Select Note on a drawing using X and Y co-ordinates
VB code to Select Note on a drawing using X and Y co-ordinates
(OP)
I am looking for a help to create VB code in NX for selecting notes on a drawing sheet, If I know X and Y co-ordinates.
The code should select all notes under that rectangular area.
After that I want to delete those notes.
E.g. My point 1 is at ( x1,y1) and point 2 is at (x2, y2).
Then is should select all notes in rectangular area created by those 2 points and then delete.
The code should select all notes under that rectangular area.
After that I want to delete those notes.
E.g. My point 1 is at ( x1,y1) and point 2 is at (x2, y2).
Then is should select all notes in rectangular area created by those 2 points and then delete.





RE: VB code to Select Note on a drawing using X and Y co-ordinates
www.nxjournaling.com
RE: VB code to Select Note on a drawing using X and Y co-ordinates