I have a AutoCAD 2008 plugin written in VB.NET. This plugin uses mostly the COM interface for accessing ACAD objects.
Right now I have a set of tools for AutoCAD that get deployed to users in our company.Currently they are being deployed via an msi that I maintain through a Visual Studio Setup Project.The files inclu
I am very new in working with GIS or geometry data. I have geometr开发者_如何学编程y data (polygon) in oracle10g database. Is there any Spatial function to find a point inside that polygon. If not the
This is a two part question. 1) Is there any way to get a csv file of all the entity data, including xdata, for an autocad 开发者_开发技巧dwg, either using autocad or some other method?
I have a program that does batch processing on some drawings.One of the drawings throws an exception \"Error Decrypting Data\" when I try to open it.This drawing in particular was generated by a third
In AutoCAD, through the Layer Prop开发者_JAVA百科erties Manager UI, a user can refresh the usage information for layers in a drawing.The information sometimes get stale when you have layers from xrefs
I have a C# application that interfaces with AutoCad. It\'s job is to rip through all of the entities on a model and find the ones that apply to what we\'re doing by looking for the presence of specif
I have a project that adds elements to an AutoCad drawing.I noticed that I was starting to write the same ten lines of code in multiple methods (only showing two for simplicity).
I have to read all the tags out of an autocad drawing with information about the model, the cell, the tagset etcetera in which they were found.
I\'m currently developing an AutoCAD 2008 Addin in Visual Basic (.Net 3.0, VisualStudio 2010). I\'m able to define my own command and I want the user to be able to cancel my command by hitting the ES