Plotting XYZ Points
VBA file that will plot all points from spreadsheet. Can export your data in excel format. Can copy directly from your excel spreadsheet. It can connect all points if the check box is tick.
VBA works differently from LISP.You need to load it manually from VBA manager once.
Here’s how:
1. Tools -> Macro -> VBA Manager… or type VBAMAN in command prompt.
2. Click load then browse the file and click open. Close the dialog box.
3. In command prompt type –VBARUN then type setout for Macro name or Tools -> Macro -> Macros... Then run setout.

Download file : plot_points.dvb
Miter Bend
VBA file that will create a Miter bend from 1 to 90 degrees with the following input:
1. Bend Radius (curvature of bend)
2. Diameter of Bend
3. Bend deflection
4. Insertion point (this is actually the center of radius of bend)
 VBA works differently from LISP.You need to load it manually from VBA manager once.
Here’s how:
1. Tools -> Macro -> VBA Manager… or type VBAMAN in command prompt.
2. Click load then browse the file and click open. Close the dialog box.
3. In command prompt type –VBARUN then type MB for Macro name or Tools -> Macro -> Macros... Then run MB.
You can also put the command in toolbars so you will not need to run the macro every time you want to use the program. 0<1-cut<22.5<2-cuts<45<3-cuts<67.5<4-cuts<90degrees
DOWNLOAD FILE
Miter_Bend.dvb |