Hello CAD friends,
I was wondering if anyone know if it is possible
to make visualstyles in AutoCAD 2007 with AutoLisp.
The next program list the visualstyles, but gives me more than I
was expecting.
(defun DicSTYLE_LIST (dicname / dics dic i NameList)
(defun tempList (theObject / item...
Dear Readers,
What is possible with the Dynamic Data Exchange (DDE) method with
AutoCAD and Excel. ?
This is possible:
Hofcadlt.xls
Change en use Update, and look to the result in AutoCAD.
HofCAD CSI
PS May be you have to change at the top:
Const ver As Integer = 16
Const arr As...
Hello CAD friends,
I was wondering if anyone one know why there is a
problem with vla-get-tablestyles.
(defun c:test1()
(vl-load-com)
(setq ActDoc (vla-get-ActiveDocument (vlax-get-Acad-Object)))
(setq TabCol (vla-get-TableStyles ActDoc))
(setq TabSty (vla-Item TabCol "Standard"))
(stq...