autocad
How to get the .NET object from a given COM object in AutoCAD
I have a AutoCAD 2008 plugin written in VB.NET. This plugin uses mostly the COM interface for accessing ACAD objects.[详细]
2023-01-23 20:24 分类:问答What are some ways to install and update a .NET AutoCAD plug-in
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[详细]
2023-01-23 11:12 分类:问答How to find a point(x,y) inside a irregular polygon using Oracle10g Spatial function or any other API
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[详细]
2023-01-23 04:09 分类:问答Getting Entity data from Autocad
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?[详细]
2023-01-23 01:20 分类:问答Exception "Error Decrpyting Data"when opening drawing
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[详细]
2023-01-21 04:23 分类:问答Programmatically refresh layer usage information
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[详细]
2023-01-19 13:56 分类:问答AutoCad XData vanishing issue
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[详细]
2023-01-18 19:22 分类:问答Clean Code: Readable Dependency Injection suggestions?
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).[详细]
2023-01-18 06:53 分类:问答data structure in autocad drawings
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.[详细]
2023-01-17 08:59 分类:问答How to let the user cancel my AutoCAD command
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[详细]
2023-01-13 10:33 分类:问答