In fact Autodesk already have a converter & wegbl viewer. Go to http://developer.autodesk.com and get a key for View & Data API. There is a server side REST API that allow you to upload a CAD file and convert to a JSON stream. You can hook to it and get...
The scale factor only controls the scale of the linetype. To change the way the lineweight displays on the screen, right click on the "Show/Hide Lineweight" toggle at the very bottom, click "Settings..." and adjust the slider labelled "Adjust Display Scale". Note that this will not change the printed weight...
autocad,cad,autodesk,autocad-plugin,autolisp
It is in essence the difference between qsave (quick save) and Save (full save). If Isavepercent is at 50 the qsave command saves changes to the dwq by "Appending" it to the database. Ones the wasted space is at 50% the next save will be a Full save. This used...
Yes, AutoCAD console is part of AutoCAD (full install). But you can use the webservice AutoCAD I/O to batch process drawings, check at http://developer.autodesk.com...
Maya includes the commandPort command which will listen for incoming connections on a socket and run either mel or python scripts on the incoming data examples: http://fredrik.averpil.com/post/55507118045 Opening a commandPort in standalone maya for unit testing use external python script to open maya and run another script inside maya...