Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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获取到选中的表格。用代码遍历表格后,如何获得每一段表格。
ProDrawingTablesCollect获取到4张表(函数默认为表5段1和表5段2为一张表),现在需要分别获取表5段1和表5段2,目的是获取它们的ProSelection。