Search found 336 matches

Re: Cond help

Hi Steve, The "(cond (/= eit 0)" should be "(cond ( (/= eit 0)" Please refer this : (defun DRAW_INS () ;---------- ; Draw Insulation recangle (cond ((/= eit 0) (progn ; do something ) ;end progn ) ; end (/= eit 0) );END COND (INS_MB) ) ;end DRAW_INS

Re: Layer Transparency

Please try this: (defun C:entmakeLayer () (regapp "accmtransparency") (entmakex (list (cons 0 "LAYER") (cons 100 "AcDbSymbolTableRecord") (cons 100 "AcDbLayerTableRecord") (cons 2 "LayerTranparence") ;layer name (cons 6 "Continuous") ;linet...

Re: DCL Columns

Hi Steven,

To create a box column containing two columns, please use the boxed_row tile.
boxed_row.png
boxed_row.png (12.01 KiB) Viewed 2054 times
I have an error when I post the full DCL code here, too. :(
boxed_row.zip
(394 Bytes) Downloaded 264 times

Re: Quick Access Toolbar and Ribbons on Start Page are missing?!

The status bar that you reference exists when you open a drawing. It is not on the Start Page. When the Quick Access Toolbar and the Ribbon are missing on the Start Page, how do you restore them? I have the same problem as the original poster. Thanks, Jon-O Hi Jon, Simply open an empty drawing, the...

Go to advanced search

cron