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.
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.
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!
Solved! Go to Solution.
Export SOLIDIFY feature tree to xml and analyze how the feature tree is filled.
Export SOLIDIFY feature tree to xml and analyze how the feature tree is filled.
Thanks!You are right!