Top "Autocad" questions

Drafting and design software.

VBA Looping through a Collection

I have a collection of files that I selected in the SelectManyFiles function and I want to run multiple private …

vba loops collections autocad
Reading .DXF files

Does anyone know of source code, ideally in C# or similar, for reading .DXF files (as used by AutoCAD etc)? …

c# autocad dxf
Are there any libraries for parsing AutoCAD files?

Are there any libraries (preferably open-source) for parsing AutoCAD files (DWG or DXF)?

autocad
Why am I getting the "LoaderLock was detected" warning when debugging?

I'm developing an add-on for AutoCAD 2009. The project output is a class library. When I attempt to debug and load …

visual-studio-2005 class-library autocad
AutoCAD library in Java to read .dwg files?

Is there any open-source Java or JavaScript library available to parse .dwg files and get the objects from it. I …

java autocad dxf dwg
Dealing with autocad objects in Unity

I am new in Unity development and I have good experience in Autocad development. Is it possible to use 3d …

unity3d autocad
Developing plugins for AutoCAD?

I'm thinking about starting to develop a plugin for AutoCAD, but I have absolutely no knowledge of the field. How …

plugins autocad
Open Source DXF Parser in C++

I am looking for an open source DXF parser I can use in Visual C++. Can anybody help?

c++ file-format autocad dxf
Can I use git with .dwg (autocad)?

Version control with .dwg is really a problem. I'm wondering if it is possible to use git to control the …

git autocad cad dwg
The application is in break mode. your app has entered a break state,

I found myself in this same problem than here, I'm using windows forms in a dll (this is for an …

c# .net dll autocad