- The attached assembly shell_simple_assembly has two parts prt1.prt and prt2.prt. These two parts are quilt faces and are at some distance hence I expect Creo to show NO interference.
- From Creo UI, when I check for global interference (Analysis--Global Interference) by including quilts, it shows interference between prt1 and prt2.
- I feel that interference was shown by Creo because Prt1 has hidden feature Fill1 which intersects the prt2.
- I also get interference between the two parts using Pro/Toolkit API ProFitGlobalinterferenceCompute.
- For this API I've sent following values as argument:
1. assemble object
2. PRO_FIT_PART
3. PRO_B_FALSE (set facet)
4. PRO_B_TRUE (set Quilts)
5. PRO_B_FALSE (fast calculation)
6. ProInterferenceinfo object
- Here, for this case, we are expecting that there should NOT be any interference if features are hidden as did for this model.
- The above Pro/Toolkit API should allow user to give input if to consider hidden features or not while calculating global interference.
--It will be good if Creo UI (Analysis--Global Interference) also asks user if to consider hidden feature or not while calculating interference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.