AutoCAD Customization: .NET: Monitoring If the Text Edit Ribbon Tab Is Open
Greetings, How can I make a module that detects wether the text editing tab is open or not? Best regards,Ivan
View ArticleAutoCAD Customization: .NET: Selecting then modifing results from import...
Imports Autodesk.AutoCAD.Runtime Imports Autodesk.AutoCAD.ApplicationServices Imports Autodesk.AutoCAD.DatabaseServices Imports Autodesk.AutoCAD.Geometry Imports Autodesk.AutoCAD.EditorInput Imports...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hey folks, as I discussed in an other post with Lee Mac, who was so kind to help me with some issues, I'm now dealing with some further problems and asking for help. I'd like to run some Lisps whenever...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: ±0.00...
Hey guys, I'm running a Lisp, which was created by hmsilvia. It creates hightlabels based on the UCS in an elevation. I thought everything would work great, but then i mentioned that ±0.00 label won't...
View ArticleAutoCAD Customization: .NET: closing the default 'Drawing1'
Hi guys,kindly I am using method to close the current file after plotting it, it works but it closes also the default file opend with Autocad which named 'Drawing1', another thing if there is any other...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Has anyone made a customization to access block editor in table (table cell containing a block)?Could be a command, a right click choice etc. By default, without such shortcut, you will firstly need to...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: load...
Hey guys,I know, that there are a few similar posts in the forum, but none worked for me, so maybe someone could help me with this issue... I'd like to add a standardfile which is located in...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: vla &...
There have been a bunch of times that I've needed to do something and the solution ended up involving these vla & vlax commands. Can someone PLEASE point me to some documentation on using them...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: UCS...
How can I find the angle rotation between a UCS and WCS?
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I have a routine that I'm working on and it works great except that it currently uses getpoint which is too broad of an option for other users. How would I get an endpoint only selection for getpoint?...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: how...
ideally I'd love to have a way to determine which other drawing files use (reference as Xref) a particular file of mine.Is there any way to do this, perhaps via a lisp? any help appreciated!
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I'm trying to set up a script for batch processing some files, including a layer translation. I used the advice from a JTB World Blog post to set this up.Here is my line in the script: (ACET-LAYTRANS...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Pick...
In script I have tried using extrim command , I am not aware how to use pick (on the side where I require to trim) in script.
View ArticleAutoCAD Customization: Visual Basic Customization: DWF Viewer embeded in VS 13
Originally posted this in the wrong forum. Was looking to get some help with this as soon as possible: I've been having a problem embedding the Autodesk DWF Viewer Control in a Visual Studio form. I've...
View ArticleAutoCAD Customization: Autodesk ObjectARX: COMException(0x8004001F3): Problem...
Hi,I'm recompiling for AutoCAD 2013/2014 a solution that works fine with AutoCAD 2012, composed of some ARX projects, one DBX project and one c#.NET project.The c#.NET project implements an UI and...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Programe not working properly;;at the time selection of Insertion point, the display dcl box not hide & also it should be show the selection point value in x,y,z or enter manually into the edit...
View ArticleAutoCAD Customization: .NET: get all verticies of a 2dPolyline
Is there a property or method to do this?If not is there a round-about way?
View ArticleAutoCAD Customization: .NET: Error Saving Drawing to older version of autocad...
Hi, I am using autocad map3d 2013. I use the saveas method of autocad map3d 2013 api to save my document to previous version of autocad map3d. I got the error "The drawing contains custom objects that...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: 2012...
W7 ACAD2012After adding a Startup switch (/p "MyProfile") ) to my shortuct icon, ACAD has started freezing when launched. This was a very simple modification to the standard profile. The profile exists...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Hi All,I have a lisp routine to change our specific colours to another so I can quickly update old DWG colors to our new standards. The Lisp routine works great however there is a duplicate colour So...
View Article