AutoCAD Customization: .NET: Linetypes : Reload all from .lin file including...
Another contribution for those looking for help. This one collects together the pieces from a few examples I came across that eventually helped me do what I wanted to do. This code will load all the...
View ArticleAutoCAD Customization: .NET: How to collect all dimension line Arrow heads?
Hi this is my issue i have to collect all the Dimension arrowheads(usually close filled type) present in the modelspace ,and change the type to DOT..I have no idea about this .Im using COM APi..Thanks
View ArticleAutoCAD Customization: .NET: Assembly Load problem
Hi all, I am writing an EXE .net application and I need to, somehow, use NETLOAD and load a dll file. As far as I understood from here, following line would be the key for me. Assembly.LoadFrom(...
View ArticleAutoCAD Customization: .NET: .NET C# Ribbon tab
Hello, I am new in the autodesk customization, I have autocad 2013 and visual studio 2010 I am interested in make a custom ribbon tab, where I can put a button. I have found some (incomplete) samples...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: DXF...
I am creating a lisp routine to take a detail file and standardize it for insertion into multiple plan sets. One of the things i'm not sure of is if you can change the contents of a DXF code number or...
View ArticleAutoCAD Customization: .NET: DIMSCALE problem
Hi, I am having problems with dimension after changing the dimscale. The user wants to change the dimscale. The program prompts for the selection of a dimension entity and also for the new dimscale....
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Align...
Hello, I am trying to write a program to align a block with two selected destination points. - first the user is prompted to select a lwpolyline of a block entity- then he is prompted to pick two...
View ArticleAutoCAD Customization: .NET: Turn on/off Viewport Error
Hi All, Please let me know this error: When I try the code: Public Sub HVP() Dim doc As Document = Application.DocumentManager.MdiActiveDocument Dim ed As Editor = doc.Editor Dim db As Database =...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Lisp...
Dear Friends, I have several donuts and blocks with id points. (SEE THE ATTACHED DRG) I need to change all donuts size together and ID point should be the same. similarly the text also to be changed...
View ArticleAutoCAD Customization: .NET: Public and use the big structure body
Thank you.IdeclarePublicanduse the bigstructurebody.AutoCADis terminated abnormallywithone of two timesofprobabilitywhenIexecute the command.SowhenNETLOADdoesDLLwhichbuilt the...
View ArticleAutoCAD Customization: .NET: Autocad 2012 and 2013
Hi All, Autocad 2012 and 2013 both run under NET FRAMEWORK 4.0. So, is there a way to build *.dll file for them? Thanks,
View ArticleAutoCAD Customization: .NET: How to find the section view names from the drawing
Hi all, I need to change the section view name height..I can able to collect all the text and also able to change the height.But only for the view names i need to change the height.Im using COM...
View ArticleAutoCAD Customization: Autodesk ObjectARX: Contextual tab selector rules -...
HI, I'm looking for a list of all available triggers for Contextual Tab Selector rules (describing here). In the file AcContextualTabSelectorRules.xaml I noticed that only two triggers are...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I am unable to find the "Ribbon Combo Box - Workspace" to our 2013 MEP or ACA CUI. It is visible in vanilla AutoCAD 2013, but it isn't listed in the Command List (under Ribbon Control Elements). I am...
View ArticleAutoCAD Customization: .NET: How do I get if I run autocad vanilla or autocad...
I created 2 dll'sOne for autocad the other one for civilI created another dll that loads usingReflection.Assembly.LoadFrom("file")the dlls into autocad at startupI want to be able to detect if the...
View ArticleAutoCAD Customization: .NET: Hatch pattern listed
Hi, I have a bit of code that I use to create hatches (many thanks to those who helped me), but the names are just coded inside (like "BRICK" or "CLAY"); I would like to list all available patterns for...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I upgraded from Acad Electrical 2011 to 2014. I added a custom directory to the “Support File Search Path” and the “Trusted Locations”. The custom directory has a customized Acad2014.lsp &...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: AE12...
What I'm looking to do has essentially already been written in the wirefrm2.lsp user post routine by filtering INST attributes which only displays the desired outputs on the report. What I would like...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: BREAK...
Just wondering if anyone can help me with a routine that has the option to break vertical or break horizontal, depending on the option, the lines that cross either the horizontal or vertical (again,...
View ArticleAutoCAD Customization: .NET: How to remove the 'user interaction' part from a...
Hi all,I have got this code by KEAN WALMSLEY.His code will ask user to select a block and then list all of selected block's attributes. However, I need to tweak his code a little bit and instead of...
View Article