Skip to main content
14-Alexandrite
August 27, 2024
Solved

Redefine pattern table using toolkit

  • August 27, 2024
  • 3 replies
  • 1702 views

Hello,

 

Is it possible to redefine/ modify pattern table using Creo toolkit C++? I am trying to update the dimensions using Ptb file which is used for read function of pattern table. 

 

I am having issue to build element tree of this pattern table and to define first instance of this.

 

Is there any sample code for it?

 

Best answer by Marcusanthony

Hello all,

 

By referring to this document I am able to redefine the pattern table.

https://www.ptc.com/en/support/article/CS261112

 

I have a doubt that if I have a group pattern instead of feature pattern. What changes should be made to the code?

3 replies

Community Moderator
August 30, 2024

Hi SS4598,

Thank you for your question. 

Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.

Also, feel free to add any additional information you think might be relevant. 

 

Regards,

Vivek N
Community Moderation Team.

14-Alexandrite
September 2, 2024
Hello all,

I referred following document
https://www.ptc.com/en/support/article/CS261112
I am able to define pattern table if it is a feature pattern but have doubt regarding group pattern. What changes are to be made if one is redefining a group pattern?
Marcusanthony14-AlexandriteAuthorAnswer
14-Alexandrite
September 2, 2024

Hello all,

 

By referring to this document I am able to redefine the pattern table.

https://www.ptc.com/en/support/article/CS261112

 

I have a doubt that if I have a group pattern instead of feature pattern. What changes should be made to the code?