Drafting Tables Automation
Drafting Tables Automation
(OP)
Does anyone have any code snippets for the automation of tables on a drawing sheet? I haven't done any tables inside drafting and was wondering if anyone has any ideas.
Thanks
Thanks





RE: Drafting Tables Automation
First you need to get the tag of the table:-
CODE
Then you need to get the tags of the column and row you are interested in:-
CODE
Then you can get the tag of the cell:-
CODE
Now you can get the contents of the cell:-
CODE
Set the contents using SetCellText.
Mike Hyde
www.astonmartin.com
NX8.5 with TC9.1