Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Pro/Toolkit - How to copy table notes ?

rnd_doss

New member
Hi Folks,


i would like to know that How to copytable cell notesfrom onetable to another ? through toolkit functions. for example i have a drawing filewith 3 sheets (including standard table in all sheets ). In first sheet i will enter the notes into the table cell then want to copy (usingtoolkitfunctions) the same notes toremaining sheets tables. Thanks in advance.


Thanks,


Murugadoss
 
You have to call ProDrawingTablesCollect to get list of tables, ProDwgtableColumnsCount, ProDwgtableRowsCount to get the number of columns and rows. ProDwgtableCelltextGet and ProDwgtableTextEnter to copy the notes.

If you need to preserve the font attributes, you have to use another functions and it is a little bit complicated..
 

Sponsor

Back
Top