peter
2013-04-05, 01:00 AM
Have you ever stumbled onto an interesting behavior of AutoCAD or LISP?
Like I was playig today and found the (itoa (vla-get-objectID obj)) returns the 64 bits object id number...
Also the ssget options
(ssget "_+.:s:l" ...
:L for locked layers
+.:s is like entsel
Got any other nuggets or wishes for the vlide help?
like the
(atoms-family ...
expression doesn't have a help page.
Have you seen vl-some and vl-every
maybe the layerstate-save bit codes...
Might be a good place to show some cool tricks...
P=
Like I was playig today and found the (itoa (vla-get-objectID obj)) returns the 64 bits object id number...
Also the ssget options
(ssget "_+.:s:l" ...
:L for locked layers
+.:s is like entsel
Got any other nuggets or wishes for the vlide help?
like the
(atoms-family ...
expression doesn't have a help page.
Have you seen vl-some and vl-every
maybe the layerstate-save bit codes...
Might be a good place to show some cool tricks...
P=