Skip to main content
1-Visitor
July 20, 2022
Question

How to obtain the selection of each section of the table using toolkit

  • July 20, 2022
  • 1 reply
  • 932 views

I am using Creo Parametric - Release 4.0 (connected) Release 4.0 and DatecodeM010

 

In the drawing, after segmenting the table in the repeated area, you can manually select a separate table  and you can get the selected table through ProSelbufferSelectionsGet. How can I get each segment of the table after iterating through the table with code.

Translated by Corina Ionescu

Translated with Google Translate, on July 20th 2022

工程图中,对于重复区域的表格进行分段以后,手动可以选择单独的表格,并能通过ProSelbufferSelectionsGet获取到选中的表格。用代码遍历表格后,如何获得每一段表格。

1 reply

1-Visitor
July 20, 2022

JL_4678610_1-1658306905725.png

ProDrawingTablesCollect获取到4张表(函数默认为表5段1和表5段2为一张表),现在需要分别获取表5段1和表5段2,目的是获取它们的ProSelection。