AutoCAD Customization: .NET: Compiling - Platform
Hello Forum, I used to compile my .NET dll (C#, AutoCAD 2012) for platform "Any CPU". But recently I get the following warning: There was a mismatch between the processor architecture of the project...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: A...
I have put my books on AutoLISP away last year as I thought I was done with CAD. As I still haven't found them, could some help me decipher this line. {\fArial|b0|i0|c0|p34;\H15.767x;<>} It was...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Lisp...
using AutoCAD 2013. I want o use a script to assign a drawing standards file to several hundred DWG's. I read this thread and tried the routine, but it was written a long time ago and doesn't work for...
View ArticleAutoCAD Customization: .NET: using com intero to plot layouts
Hi guys I am using com intero to plot layouts, the code goes well untill reach the plotToFile() line and the visual studio produces error message as attached in the image and text file.I tried so...
View ArticleAutoCAD Customization: .NET: How to: Create Viewport from a saved view from...
Hi Guys, Firstly thanks in advance for any help provided. I have a a serires of block sin Model Space (normally Retangular) that define a view. I am trying ti put together some code to Save a View from...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I am getting an error message "invalid or incomplete DXF input - drawing discarded" but there is no extra message on line-error or something like that.The error only occurs in Autocad 2013 and 2014....
View ArticleAutoCAD Customization: .NET: Extracting Layer Attributes
Hi Group..!! I am doing one application for autocad designers using VB.Net. In the application we can select one dwg file and extracting the layers inside the drawing..! i did that..but there is one...
View ArticleAutoCAD Customization: Autodesk ObjectARX: ARX built with objectarx2013 is...
Hi,Recently i migrated my project from vs2008 to vs2010, also from object arx 2010 to object arx 2013.The output arx file works fine with AutoCAD Map 3d 2013, but when trying to load in Map 3D 2014, i...
View ArticleAutoCAD Customization: .NET: Drawing is busy while SaveAndClose acDoc.
Hi,I am working on one macro that read drawing names from excel, opens it, do some modification. After that I would need to save and close active drawing. When I use expression...
View ArticleAutoCAD Customization: .NET: Create Autocad vb.net applciation to work in all...
I have written an applciation in vb.net which interacts with AUTOCAD for 2011 version. created object as, Dim AcadApp As AcadApplicationTry AcadApp = GetObject(,...
View ArticleAutoCAD Customization: .NET: Update Plotter Device List
Recently i discovered that my Plotter Device List is not beeing refreshed after a AutoCAD profile change using:PlotConfigManager.RefreshList(RefreshCode.All); Neither could i find a Refresh function in...
View ArticleAutoCAD Customization: .NET: Visual Studio 2010 Project Save As
I would like to know what will be the best way to save a visual studio project as, give the assembly a different name and change the framework version from 3.5 to 4.0. Since VS does not have a save as...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: The...
Hi all, I have a little project to take care of that requires a batch of drawings to have their drawing frame blocks updated & attributes amended/truncated to a specific version and I'd rather not...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Without going into detial as to just why... I have an block attribute value that is... NAME %%010 The %%010 is octal for a non-printing character (10 = a backspace)... so in AutoCAD the text correctly...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Dear all,I use Autocad Mac 2013. Question: How can I export a layout to dwg? Is there a .lisp for Autocad Mac 2013? THANKS
View ArticleAutoCAD Customization: Visual Basic Customization: Driving AutoCAD 2014 x64...
Hi, We have some legacy VB6 applications that have been migrated to Win7 x64 bi. These applcations used to interact with AutoCAD 2008 and now we are moving the Win7 x64 bit with AutoCAD 2014. It is...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Searching around for this answer the closest that I found is: Layout preview thumbnails problems The thread seems to dance all around the issue without answering and the OP did not return to asnwer the...
View ArticleAutoCAD Customization: .NET: declare an array of a Point3d type in C# and...
Can somebody help me here? I'm very new to C#.using System; using System.Collections.Generic; using System.Collections; using System.Linq; using System.Text; using System.Windows.Forms; using...
View ArticleAutoCAD Customization: .NET: Problem with WblockCloneObject - AutoCAD 2014,...
I'm using Civil 3D 2014 to return an objectID collection of polylines from the active document. Once I have the collection I am passing it along with the document database to the function below. The...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: end a...
(cond( null pt3)(command "angbase" 0 "angdir" 0)and here I want to exit the command I have this (command command) but ; error: bad argument value: AutoCAD command: #<SUBR @000000003176d6d8...
View Article