Skip to main content
1-Visitor
September 10, 2020
Solved

Assembly Cut using OTK or ProToolkit

  • September 10, 2020
  • 1 reply
  • 1059 views

Hello Experts,

 

I want to cut one part by another in assembly. Manually this can be done using Component Operations->Boolean Operation->Cut.

 

How can we do it using OTK or Protoolkit.

 

Thanks

 

Best answer by remy

If you search the knowledge base that you can access with your customer account and search the keywords Boolean Operation assembly cut Toolkit, you will find this article called Example code to create an assembly Merge / Cut Out operation through Creo Parametric Toolkit that deals with the issue: https://www.ptc.com/en/support/article/CS204382 

 

The main takeways:

  1. opt for the Element Tree strategy
  2. an example can be downloaded from the page

1 reply

remy21-Topaz IAnswer
21-Topaz I
September 10, 2020

If you search the knowledge base that you can access with your customer account and search the keywords Boolean Operation assembly cut Toolkit, you will find this article called Example code to create an assembly Merge / Cut Out operation through Creo Parametric Toolkit that deals with the issue: https://www.ptc.com/en/support/article/CS204382 

 

The main takeways:

  1. opt for the Element Tree strategy
  2. an example can be downloaded from the page