Skip to main content
14-Alexandrite
April 7, 2022
Solved

Add table to all Drawing sheets

  • April 7, 2022
  • 1 reply
  • 1716 views

Hey, 

 

I have created a table with ProDrawingTableCreate, it creates the table in the current sheet.

My question is how do I create or copy the same table in all drawing sheets.

I can get the  sheet's number with ProDrawingSheetsCount and loop on it, but I don't have an idea on how to place the same table in all of it.

 

Thank you!

 

Best answer by msteffke

I prefer to create the table in Creo, store it in a file location, and then use the ProDwgtableRetrieve to insert in a drawing.   You could perhaps loop thru the sheets and insert the table in every sheet this way?

1 reply

msteffke15-MoonstoneAnswer
15-Moonstone
April 7, 2022

I prefer to create the table in Creo, store it in a file location, and then use the ProDwgtableRetrieve to insert in a drawing.   You could perhaps loop thru the sheets and insert the table in every sheet this way?

April 7, 2022

or create, save with ProDwgtableSave(..) and retrieve with ProDwgtableRetrieve(..), remove created table file if needs to be to keep things clean.