Dr.Lube
Guest
Hello.
I would have two questions (which are very similar).
I would have the need to remember the list of objects that I insert (they are blocks) so that I can call them back later.
the top would be able to recall them once closed and reopen autocad. to do this I thought to save on my usual support file (a *.xlsm) the name of the entity to be able to recall later.
dove:
but I get this error:
the other question concerns a caterpillar of objects that I go to draw automatically (of the circles).
for these to put them in excel would be impossible as they are hundreds, connected to the same object (I would go to occupy hundreds of columns at the same row, as long as I can insert the object into excel what as mentioned above I can not do).
I try to explain what I want to do in detail:1) I go to insert my block with its properties.
-> save in memory.
2) I carry out the calculation for my block, or are drawn circles around the block
-> save these circles in memory
3) I call my block from my interface for any changes (without going entsel then)
4) then recall all objects associated with that block, change the diameter, the layer, etc.
I looked at the arrays, but I read that it is more intuitive to work with the lists. .
I entrust myself to the people for some suggestions!
Thank you.
dennis
I would have two questions (which are very similar).
I would have the need to remember the list of objects that I insert (they are blocks) so that I can call them back later.
the top would be able to recall them once closed and reopen autocad. to do this I thought to save on my usual support file (a *.xlsm) the name of the entity to be able to recall later.
Code:
(vlax-put-property cells 'item riga colonna (entlast))
Code:
(entlast)
<nome 7ffff9b7cc0="" entità:=""></nome>
Code:
; error: the lisp value has no connection with variant with this type: <nome 7ffff9b7cc0="" entità:=""></nome>
for these to put them in excel would be impossible as they are hundreds, connected to the same object (I would go to occupy hundreds of columns at the same row, as long as I can insert the object into excel what as mentioned above I can not do).
I try to explain what I want to do in detail:1) I go to insert my block with its properties.
-> save in memory.
2) I carry out the calculation for my block, or are drawn circles around the block
-> save these circles in memory
3) I call my block from my interface for any changes (without going entsel then)
4) then recall all objects associated with that block, change the diameter, the layer, etc.
I looked at the arrays, but I read that it is more intuitive to work with the lists. .
I entrust myself to the people for some suggestions!
Thank you.
dennis