Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro to plot multiple X and Y coordinates?
#13
The DeltaCad Macro system does allow input from a comma delimited data

2.31, 5.2 (new line)
10.1, 8.6 (new line)

with
Code:
Input #1, cx, cy

and if you put these 2 lines after the dcCreatePoint line
in the' Multi-Point Plotter.bas' Macro
it will create a line entity between each point
Code:
If S=1 then dcCreateLine  cx, cy, Xb, Yb
     Xb=cx: Yb=cy :S=1
Reply


Messages In This Thread
RE: Macro to plot multiple X and Y coordinates? - AlwMVMO - 05-06-2014, 10:05 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)