Skip to main content
10-Marble
January 14, 2023
Solved

How to use quilt of component B cutting solid of component A ?

  • January 14, 2023
  • 1 reply
  • 1199 views

hello everyone!

My problem is that there are two components in an assembly , the component "A" has a square body, and the component "B" has a cylindrical quilt . Like the following picture.

1.png

I want to use Creo Object TOOLKIT or TOOLKIT to use the quilt of component B as the cutting reference to create a curing feature in component A, and the cylindrical quilt of component B to cut the solid of component A.The final effect is as follows.

2.png

 

I tried to fill the Solidify element tree with the pointer of quilt, and then use the "wfcWSolid_ptr" of component A creates the feature, but the creation failed because the solidify feature has no reference quilt.

 

If anyone knows how to use B's quilt as a reference to create the curing feature, or how to successfully create the feature, please tell me the specific method, thank you very much!

Best answer by YaroslavSin

Export SOLIDIFY feature tree to xml and analyze how the feature tree is filled.

1 reply

17-Peridot
January 15, 2023

Export SOLIDIFY feature tree to xml and analyze how the feature tree is filled.

10-Marble
February 8, 2023

Thanks!You are right!