External libraries (AutoLISP, ObjectARX, .NET) that can be integrated into AutoCAD for customization.
0
votes
0answers
19 views
AutoCAD interface develop sample by objectArx
I do objectArx develop in AutoCAD,I need interface develop samples.
I have googled and searched in Autodesk 's forum.
Now I want a Arx, when AutoCAD load it,can fire out a screen menu like a ...
0
votes
0answers
9 views
Is there any browser plugin or js library that allows rotate 3D DWG objects?
Have you seen somthing like this?
I tryed http://www.autodwg.com/dwg-viewer/dwgviewx.htm, but it seems it supports just 2D objects
Another problem is taht it should work under IE8.
0
votes
0answers
29 views
Copy 64 bit project to 32 bit project
Is there an easy way to copy a 64 bit Visual Studio 2010 project to a 32 bit project without needing to set some properties again???
(Or even make a project that works for both 32 bit and 64 bit ...
1
vote
1answer
43 views
Algorythm to find polygon that encloses a point - Only lines are defined
I have a 2D drawing with many straight lines.
All those lines are mathematically known. And they are independent of the others.
You can consider I know start and end point of each line and I can make ...
5
votes
1answer
247 views
Get Application that runs a Windows Form Control
I'm making an Autocad Plugin which runs fine using Windows Forms
And I've created a user control (winforms) to replicate in any form I like in the future.
The question is
From the control's code, ...
0
votes
1answer
65 views
Windows Form only raises exceptions if called by ShowDialog()
I've got a Windows Form with some wrong code inside (no matter what the errors are, they are on purpose to check the exceptions raised).
Remember I'm not using any try-catch, not inside the form, nor ...
1
vote
1answer
55 views
log4net not logging from Autocad Plugin on deployment
I am developing an AutoCAD 2012 plugin using .net API"s of autocad. The Autocad plugin's are dll which are loaded into the Autocad runtime when the Autocad is started. I have been able to successfully ...
0
votes
1answer
40 views
How to convert Autocad drawing to image?
I have an Autocad drawing which is a plan for land squares where each square contains a number.
I tried to convert it to image by choosing: File --> Export Data --> and file format Bitmap (bmp). (I ...
0
votes
1answer
50 views
Get Autocad Project Details
I'm trying to get project details information of an Autocad project by means of C# in my plug-in. I can access a few properties in the following class.
...
1
vote
2answers
715 views
AUTOCAD plugin palette with vb.net - autostart - easy install - easy use
I was interested in the integration between Autocad and vb.net.
The task is to let autocad automatically draw using vb.net code.
The final project will allow me to automatically create cables drawing, ...
1
vote
2answers
274 views
Find objects having a specific value in a specific property in Autocad drawing
I have objects in Autocad drawing with property named Base. I am trying to find all objects in that drawing with Base property has a specific string value such as "Pipe".
I can iterate objects in the ...
0
votes
2answers
200 views
Embed DWG file in HTML
I want to ask how to embed DWG file in HTML Page.
I have tried using tag with Volo Viewer but this solution run only in IE not in Firefox and Chrome.
1
vote
1answer
129 views
Targetting x64 platform with entity framework 4.1 in Visual Studio 2010
I have a database application that references Entity Framework 4.1. In the properties window of the project both the Configuration as well as Platform selection options are disabled. I wan't to target ...
0
votes
1answer
79 views
Mono addin doesn't load if initialized from autocad
I've a quite complex application, this application is structured like so:
Main.exe (is a standalone application)
Main.exe uses Project1.dll (which contains a form)
the form contained inside the ...
1
vote
2answers
234 views
Find unit of AutoCAD attribute in C#
I am grabbing all of the objects in the ModelSpace for an AutoCAD drawing. These objects are of various types like Pipe, Duct, DuctFitting, Line, Mesh, Solid3D, etc, so I am writing logic to ...
0
votes
0answers
51 views
Exporting .dwg file to .fbx through .Net Api
Is it possible to export a .dwg file to .fbx file through Autocad .Net Api?
apart from just sending the command as a text.
Thanks
3
votes
3answers
610 views
Retrieving properties of AutoCAD object in C#
I am attempting to interrogate AutoCAD objects from C#. I am interested in being able to grab all of the properties of a given object and output them. For example, in the below snippit of code I am ...
1
vote
1answer
253 views
How to catch unhandled exceptions thrown in AutoCAD.NET
In my Autocad.NET app I want to log all unhandled exceptions using log4net. AutoCAD itself shows an error dialog with a detailed message -> so there must be a way to register to a certain event.
I ...
0
votes
0answers
94 views
extension till model plan and not till layout
I am using Autocad 2012. There is model and layout.
I want to create extension BUT I want to do the same till model plan only AND not till layout plan.
Any idea how to do that?
Also any link where ...
0
votes
1answer
130 views
DirectX viewer in AutoCAD makes AutoCAD stop functioning normally
I'm working on a 3D part previewer for an application that is embedded in AutoCAD.
The 3D is implemented using DirectX via SlimDX (2.0 version).
I'm using .NET Framework 3.5
The following code ...
0
votes
3answers
310 views
AutoCAD infobox fuctionality
I would like to create infobox functionality in AutoCAD. Same as you hover some feature in Google Earth, it shows you infobox with picture.
Something like this
I was thinking about using palette, ...
2
votes
4answers
419 views
How to make autocad addon run on many autocad version
i make an autocad add on with dot net 3.50 and i reference to acdbmgd.dll,acmgd.dll from autocad 2012
what can I do to make it run on both autocad 2010 and autocad 2011
if i should reference to ...
0
votes
1answer
162 views
Viewing 3D model in a browser
How can i see a 3d model in a web browser? Is there any existing plugin or something that can be used to visualise the 3d models generated by AutoCAD or something in a browser.
0
votes
1answer
189 views
Turning on verbose logging in AutoCad 2011
I have an AutoCad addon. The addon folder is added to the support file search path but when launched under a Power User autocad doesn't automatically load the addon.
I'm looking for a way to ...
1
vote
2answers
757 views
Is There is a way in .net to get centroid for polyline?
I want to get the centroid of polyline2d. I have a polyline from TraceBoundary like so:
DBObjectCollection objs = Application.DocumentManager.MdiActiveDocument.Editor.TraceBoundary(Point, false);
...
1
vote
2answers
701 views
breaking polylines on join spot in autocad - any lisp function?
i am trying to break a poly line where an other poly line has joined the first line. for example in three ways that there are two lines, (one main road and one by-way) i want to break the main road ...
0
votes
1answer
242 views
BinaryFormatter.Deserialize() method does not work in an AutoCAD plugin
When I call the Deserialize method on an instance of System.Runtime.Serialization.Formatters.Binary.BinaryFormatter in IExtensionApplication.Initialize of an AutoCAD plugin, the next code line after ...
