Visual Basic for NX4 : how do I ...
Visual Basic for NX4 : how do I ...
(OP)
How can I make a selection of some notes that are located in the corner of a drawing sheet ?
I'd like to do something like 'select and delete every note that stands inside the area x1y1, x2y2'
Any VB.NET/NX4 guru out there ?
I'd like to do something like 'select and delete every note that stands inside the area x1y1, x2y2'
Any VB.NET/NX4 guru out there ?





RE: Visual Basic for NX4 : how do I ...
As long as your settings are to record in vb script you will be able to view the output in a text editor or visual basic and "tweak" the code it produces to do your own thing.
Hope that helps.
Mark Benson
CAD Support Engineer
RE: Visual Basic for NX4 : how do I ...
Thanks anyway