AutoCAD Customization: Autodesk ObjectARX: Adding a material to a document...
Hello, Is there an ObjectARX way to import/add materials from a material library (adsklib) to a drawing ? Thnx,Zolee
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
This is more of a training exercise for me. I hope to someday use it but for now could someone help with with the following: I isolated 3 attributes as you can see with my code. My object is too take...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: Flip...
I am trying to flip between Bylayer and color 150. If cecolor is bylayer set cecolor to 150 and if cecolor is 150 set cecolor to bylayer. It seems so simple but it's not working. (defun c:22 () (setq...
View ArticleAutoCAD Customization: .NET: DataGridView Lostfocus
Hi,I have a Datagridview in a pallete that is editable.If the user doesn't press enter after changing the cell and moves the mouse to the drawing there are two problems.1) The input doesn't get...
View ArticleAutoCAD Customization: .NET: vb .net dll crashes AutoCAD 2014
I have a vb dll that I wrote that basicly reads an Excel spreadsheet then creates a bunch of drawings by insering a series of blocks. This program worked just fine in 2013, but it is so unstable it...
View ArticleAutoCAD Customization: .NET: New to AutoCAD
Cannot run on virtual linux box? Does it run on Linux or have to use Mac or Win? If you can confirm please.
View ArticleAutoCAD Customization: .NET: extruding an open polyline to create a surface
How do I go about extruding an open polyline to create a surface ? I am able to extrude a solid 3d from a closed polyline ( by creating a region first) but I cant find a way to do the same for...
View ArticleAutoCAD Customization: Autodesk ObjectARX: How Can I realise the screen-menu...
All in title,And I use ARX2002.The More details ,the better.~thanks!
View ArticleAutoCAD Customization: .NET: How to change all the DOCUMENTS of the TileMode...
HelloI would like to change all the DOCUMENTS of the TileMode to 0.But, the following code the ActiveDocument changes only.How can I modify the code? Dim acdc As DocumentCollection =...
View ArticleAutoCAD Customization: .NET: problme with saveAs(), current document
Hello, I have a little problem, I am working with visual studio 2010 and autocad 2013, when I make a new command that save the current work(.dwg), I must use Save.As(....) because the Save() function...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: block...
hi i wanna change my block name to attribute text value , somebody has a similar lisp code?
View ArticleAutoCAD Customization: .NET: eNotAplicable error
Hi All, I met error "eNotAplicable" when I try to turn off object in viewports each. What happen? Thanks,
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: how...
this is a duct lisp which is i found , could anybody tell me which code line i have to change and how for radius value ? for example if my . " Specify first segment width value " is 1500 then i wanna...
View ArticleAutoCAD Customization: .NET: plot pdf using example code yields no pdf file
so I implemented the code from the autodesk developers guide for...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: 2014...
switching from 2010 win xp to 2014 win 7i need my specific user interface , and cant replicate it because of this issue : i used to press context menu key on keybard to make edit menus pop up . in...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
I just noticed that I can't put any more than 11 lisp files when trying to make one VLX file. Does this sound true to anyone? I wanted to break out all of our lisp commands to their own file, so that...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: How...
I there any way to set the dimension break size in autolisp
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization:...
Anybody have a suggestion to find overlapping dimensions ?ie: Have a dimension of 2'-0" with a dimension beside of 3'-0" which is correctBUTA too quick drafter would have a dimension of 2'-0" and a...
View ArticleAutoCAD Customization: Visual LISP, AutoLISP and General Customization: help...
I prepared a simple code to make a char table.It is very easy, but did not work!! can anybody tell me what is the problem? (Defun C:CharMap () (setq cnt 1) (setq r_cnt 0.0) (setq ts 16) ;;16x16=256...
View ArticleAutoCAD Customization: .NET: Alternative to dynamic blocks
I currently have dynamic blocks that I insert into a drawing. Grip points modify them. Ideally the user can stretch the inserted objects without needing the grip points so that they behave like normal...
View Article