AutoCAD Customization: .NET: CloseAndDiscard throws an exception.
[Autodesk.AutoCAD.Runtime.CommandMethod("CD", CommandFlags.Session)] public static void CD() { DocumentCollection docs = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager;...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Help...
I have modified an existing LISP Routine to find the weight per foot of a 2D Profile for Aluminum Extrusion.I need to multiply the current result by 12.I cannot figure out how to add this command or...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Need...
I am trying to create a custom sheet set table to look exactly like my static sheet index that has just normal text. How do i add multiple columns after the 2nd column while keeping the row above it as...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hi all, I have been tinkering away at this ever since it was suggested to utilize XML for data transport and storage and then W3C went and stated "If developers DO have sense, future applications will...
View ArticleAutoCAD Customization: .NET: can anyone give the c# code whitch can create a...
can anyone give me some c# code whitch can create a 'wipeout'?thanks
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Newb...
Hello I don't know about LISP yet, but I am reading: http://docs.autodesk.com/ACDMAC/2013/ENU/PDFs/acdmac_2013_autolisp_developers_guide.pdf.I want to make a little program where I can show with an...
View ArticleAutoCAD Customization: .NET: ReadDwgFile fatal error Map3d 2014
Hi, I'm trying to open a file in vb.net to read some of the xrefs within it, and I have narrowed down the fatal error that is being generated by the following code. I have tried both of the...
View ArticleAutoCAD Customization: .NET: NOOB QUESTION
I am attempting to customize reports in Civil 3D 2013. I load the vbproj (in Visual Studio 2010) and without making any changes, build the project. When I attempt to run the reports, Civil 3D reports...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I have the following code yo copy from xref.all thing is fine except color,the color of objects are not as bylayer .ThanksHamid (defun c:xcp(/ blo cod ent nom sel) (and (setq sel (nentselp)) (= (type...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: AEC...
When I go to extract DXF code info out of an AEC Window block (primarily looking for window width, height, and head ht codes) I get the following information which is very basic. is there a way to...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hifor design of water and wastewater networks, one of the most imporant issues is calculation of contributed area.and one of the best methods is "thiessen polygon method"Attached explains about this...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Good afternoon to all,With the following code I try to achieve the placement of partnumber balloons and a BOM line in layouts of my drawing.Through the use of a template file I have 3 layouts available...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hello all.I have a LISP routine that I wrote years ago that I am having an issue with in ACAD 2014.The routine loads but when I try to run it I get an error stating "Automation Error: Problem in...
View ArticleAutoCAD Customization: .NET: i want to create a viewport in a layout, but the...
i want to create a viewport in a layout, and i get some code from kean's blog, but the code generate a importdll error, please help me!the system is Win7x64bit+AutoCAD2013 using System;using...
View ArticleAutoCAD Customization: Visual Basic Customization: 3dalign
Please help me how to code 3d align in vba.
View ArticleAutoCAD Customization: .NET: make one dll run in all autocad versions?
i want to make a dll that can run in autocad version from 2004 to 2014,how many projects will be compiled?Or is there any methods to make only one dll and met all the 2007 to 2014 version?thanksswaywood
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hi,I need Visual Lisp code for the leader i have attached.
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Can...
Can you modify the names of the sheets with lisp? We have a project startup routine that copies files from a central network location into our project directory & renames the files to for instance...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Copy...
Hi there!I'm new in the community, recently I was robbed and I lost all my lisp documentation.So I've been doing some research to get some lisp routines and I find this: (defun C:CEE (/ trap1 temperr...
View ArticleAutoCAD Customization: .NET: error 91
Hi! I'm not sure if I should publish this post here, but I'm trying to do something between Excel and Autocad with VSTO and Autocad type library and all this with vb.net This is part of my code: Dim...
View Article