• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

ricerca id tabella

  • Thread starter Thread starter ilbona
  • Start date Start date

ilbona

Guest
Good morning this my problem:
I create tables in the model space with a table where I sign data and eventually I have a sum. I do it for n. xx tables. I then create a table in which I recall all the sums of the tables of each table to have the general total of the data I need. here everything ok. when in the final table I open the cells, autocad gives me a table reference of the type: "table(1944244245680).a2". Is there a way to understand which table is referring the data (type search id or similar)?? ? For example in excel by clicking on the formula of the cell I am highlighted the cells from which the data are taken... I'd like to see if there's something similar in autocad. I hope I've been clear. use autocad 2024 lt. thanks
 
but excuse me just to understand... the table indicated in my references called "table(1944244245680)" is 'id of the table? Is it an id linked to the table object?? because not knowing how to program in lisp I tried to do a command with the help of the axe and I realized it by asking: "given as input the name of a table, highlight it red". the lisp works but I don't find the table... or does not know how to highlight the table or find the correspondence between name and table for some reason I do not know. I also attach the lisp in case someone has some ideas.. thank you
 

Attachments

autocad assigns 2 ids to objects: the handle (or manager) and the objectid. to the eye that would seem the second
 
with the help of the aisle I realized asking: "given as input the name of a table, highlight it red". the lisp works but does not find the table.. .
This is what happens when you ask something to the aisle without knowing. The ai is not a magic wand. Why did you ask him to provide the "name" of the table as input data? The autocad tables have no name...
 
It's not bad that there's the help. we are avoiding all a series of "ad personam" requests of those who do not want to learn but only wants the ready turkey.
Among other things I read a few days ago, that since the results of the aisle (many garbage) end up in the training data of the aisle itself, soon we will be submerged of "mountain". . .
 
a "internal" name must have it, otherwise the software how would it get the information?
but often for these types of complex entities, it hides in a sub-entry.
On the other hand for each single cell you can edit text, type of data, height, edges, references, calculations, unions between cells.
is not a simple entity with a set of associated data.
It's a container that collects so many entities for each cell of the table, so you have to spray between the whole list and the associated sublists until you find the dxf group that interests you. Only then will you get the data you need.
 
in fact...the name "inside" is the objectid or the handle. the blocks have the "name", but it is a parameter other than the operator or the id. the tables do not have a "name" parameter
 
I said shit... even tables have the "name" parameter. evidently autocad treats them as they were anonymous blocks.
Immagine 2024-07-26 125908.webpthen as not said. you're right @cristallo
 
I wasn't sure, I don't like to take merits that I don't have, but chapeau because you corrected yourself and reported it (it's not many behavior).
that soft is what makes you see objects in cascade with its links? Isn't it just civil3d?
 
Good morning this my problem:
I create tables in the model space with a table where I sign data and eventually I have a sum. I do it for n. xx tables. I then create a table in which I recall all the sums of the tables of each table to have the general total of the data I need. here everything ok. when in the final table I open the cells, autocad gives me a table reference of the type: "table(1944244245680).a2". Is there a way to understand which table is referring the data (type search id or similar)?? ? For example in excel by clicking on the formula of the cell I am highlighted the cells from which the data are taken... I'd like to see if there's something similar in autocad. I hope I've been clear. use autocad 2024 lt. thanks
test this program of lee mac.
select the data field that contains the sum of the values of other tables cells.

somehow the command displays colored vectors pointing to the tables to which the fields refer.

in the animation my test
 

Attachments

the standalone version (sandbox) also works with autocad and other autodesk products.
we say that "function"...the connection that I know you can do only through interface com and knowing very well bees, but it is not officially supported.
 
Don't worry.
so much to understand, with the sandbox version I have to write code in a node pyhon script to connect me to autocad, even just to draw some line:
Immagine 2024-07-26 165943.webpin dynamo for civilization 3d, what is written up there is realized using this simple knot:
Immagine 2024-07-26 170136.webpThis is a very trivial example, but if I have to make a thread like this to create a handful of lines, I don't want to imagine what it is to do for more complex things.
in my opinion, with that much it is better to stay on the lisp
 
I agree with the sandbox is not as complete as the available extensions (e.g. revit, civil 3d, alis, etc.), it is however a good starting point for a developer who wants to use a tool for visual programming and that can customize and extend to his liking.

if then in the future will make available extensions also for other autodesk products, as I can say.... I don't care
 
This is what happens when you ask something to the aisle without knowing. The ai is not a magic wand. Why did you ask him to provide the "name" of the table as input data? The autocad tables have no name...
I did need virtue... I don't know how to plan and I tried to arrange... I asked how to input the table name, because when I discard the final table I have each cell connected to the data of all the other tables expressed in the form I mentioned in the first message.... so I thought that by inserting the id in a lisp, I could be traced back to the table sought....
 
I did need virtue... I don't know how to plan and I tried to arrange... I asked how to input the table name, because when I discard the final table I have each cell connected to the data of all the other tables expressed in the form I mentioned in the first message.... so I thought that by inserting the id in a lisp, I could be traced back to the table sought....
by curiosity have you tried the program that I attached 6 posts before this?
Does it work with your tables?
 
by curiosity have you tried the program that I attached 6 posts before this?
Does it work with your tables?
Hello thank you very much for the help. I haven't tried yet, but as soon as I can, I'll give you my results.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top