Author Topic: Automated Drawings  (Read 1172 times)

0 Members and 1 Guest are viewing this topic.

Bill Tillman

  • Guest
Automated Drawings
« on: May 27, 2016, 09:02:40 AM »
Been using AutoCAD + VLISP for several years now to prepare automated drawings. The question before the committee now is are there replacements which can prepare a drawing file (dwg or dxf) which can be done without using AutoCAD. Nothing against AutoCAD, we're just looking for methods which can prepare a file which AutoCAD or our CNC equipment can use with or without preparing drawings necessarily.

danallen

  • Guest
Re: Automated Drawings
« Reply #1 on: May 27, 2016, 09:22:50 AM »
Bricscad + vlisp

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Automated Drawings
« Reply #2 on: May 27, 2016, 10:28:37 AM »
If your system can consume DXF, then ASCII DXF files can be created without AutoCAD or clones.  Or you could use RealDWG or Teigha to virtually create the data in DWG format.

Might want to check out AutoCAD I/O and View/Data API: http://forums.autodesk.com/t5/cloud-services/ct-p/94.  Might be a bit beyond what you are looking for but more options can't hurt.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}