John1984
Mechanical
- Nov 22, 2016
- 2
Hi everyone,
I'm actually using a VBA code that allows to drive AutoCAD application directly through this code.
More precisely, the only need is to tick the AutoCAD library in the VBA references. After that, we have a simple VBA code that launches AutoCAD application, takes points coordinates that are in the excel streadsheet, and draw polylines, lines, and arcs using these coordinates. This allows to draw a sketch in AutoCAD, directly drived through Excel+VBA.
My company will be moving soon to NX software and I'd like to know if it is possible to do exactly the same, ie draw a sketch in NX using VBA code ?
Thanks for your help.
I'm actually using a VBA code that allows to drive AutoCAD application directly through this code.
More precisely, the only need is to tick the AutoCAD library in the VBA references. After that, we have a simple VBA code that launches AutoCAD application, takes points coordinates that are in the excel streadsheet, and draw polylines, lines, and arcs using these coordinates. This allows to draw a sketch in AutoCAD, directly drived through Excel+VBA.
My company will be moving soon to NX software and I'd like to know if it is possible to do exactly the same, ie draw a sketch in NX using VBA code ?
Thanks for your help.