AutoCAD Customization: Visual LISP, AutoLISP and General Customization: DCL...
Hey everyone...alright here's the skinny. I'm making a pretty complicated custom application to send block attribute information into excel. In constructing the DCL I'd like to have a toggle for...
View ArticleAutoCAD Customization: .NET: moving Z coordinate on MLeader objects
Hi, I'm hoping somebody can help me out here. I have some multileader objects that have a Z-coordinate that I need to put to 0. I have been successfull with Mtext and Dtext, but i'm struggling with the...
View ArticleAutoCAD Customization: .NET: Copying ACAD ribbon panel to custom ribbon tab
I have custom ribbon tabs created using Autodesk.Windows.RibbonTab. I would like to copy AutoCAD's Windows panel from the standard View tab to my custom tab. The wrinkle is that the ACAD.cuix is...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
The following code is modified slightly from a LISP written by hmsilva. It does the exact same thing except it uses a different block, and then offsets the selected polyline 1' to either side onto the...
View ArticleAutoCAD Customization: .NET: Error downloading autocad suite- standard
Error message saying files are missing
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I would like to use a variable to set the path to our block library then append the sub-folders and block names to that when inserting block from a tool palette. It seems like it should be possible...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hello all, I add in AutoCad 2006 two variables , Firstly, constant "$Dim1= 3000" Secondary, function "ddd=$Dim1-100" How I can connect line geometry dimension value to function? Is mean when I change...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Lisp...
Please advise a lisp to replace part of mtext (with 3 lines) with out prompt. MTEXT shown below DATE: 28.05.2012TEL NO: 04 2541131131FAX NO : 04 5451212312 TeL no only want to replace with other...
View ArticleAutoCAD Customization: .NET: Autocad Mechanical save as command..
There is some method equivalent to Save As AutoCAD Mechanical 2012? The Database object has a Save As method, as an argument that defines a file format, but not sure if it matches the format of AutoCAD...
View ArticleAutoCAD Customization: .NET: how to know the lisp file was loaded in current...
could anyone tell me how to judge whether the lisp file was loaded in current doc by c#.net?thks
View ArticleAutoCAD Customization: .NET: How to determine if a point is within a hatch's...
HiI'd like to determine when a user selects a point in model space if it is within a hatched area. I started to a look at using the Editor's SelectCrossingWindow but if you zoom in and select a point...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I need help with initget and getpoint If have been using - (initget 128 "U") (setq Point (getpoint (last List_Points) "\nPick NEXT point on line or [U]=Undo ? ")) This works fine if user - picks a...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Add...
Is it possiable to add to a trusted Location Via a lisp At the moment i have got a shortcut to autocad that runs a script which in turn runs a lisp file to set support paths but would it be possiable...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I'm writing a program that creates dimension styles programatically from data stored in a text file. The first time that I run the program it works fine. It creates a number of dimension styles and...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hi, I use vla-put-title to change tha value of the title field of a drawing file. But in explorer I can only make the column "Titel" (Dutch) appear. So is there a way to write (put) the value to a...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Open...
Hi, I'm trying to open a dwg, get some information and return to the original dwg using script but i'm having trouble doing that. The thing is, everything work perfect fine, but when i try to run the...
View ArticleAutoCAD Customization: .NET: Load Partial Cui
Hello, I want to load a partial cui. I used this line of code but it doesn´t work in my case;doc.SendStringToExecute("_.cuiload " & FileCui & " ", False, False, False)If this code is launched...
View ArticleAutoCAD Customization: Visual Basic Customization: Reg. Selection Set Error
Hi,I want to select all circle form the active drawing so I have found the code as mentioned below from "acadauto.chm" which is used for Active VBA reference programming.' Create the selection setDim...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I have both AutoCAD 2012 and 1213 on my machine. When I set up VB.net for AutoCAD it only had AutoCAD 2012 on it. Now they installed AutoCAD 2013 on my machine and did not remove AutoCAD 2013. Both...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Label...
Using 2014 MEPCutting sections and need some code to grab the layer infofrom objects within the section without exploding itso i can update it at a later date.. section cuts keep layers of object, yet...
View Article