Problem when importing STEP file into CATIA - Assembly combined into one PART & PARTBODY
Problem when importing STEP file into CATIA - Assembly combined into one PART & PARTBODY
(OP)
Hi pals, I am having an issue with importing STEP file consisting of an assembly into CATIA. It will always show the whole as one single PART, and every actual 'parts' of the assembly as PARTBODY. This makes it difficult to move things around/snapping.
Is there something I can do differently:
A) When saving STEP file from other software (but this would be sometimes beyond my control as some files were from clients)
B) When opening/importing STEP file from CATIA (perhaps there's a setting to control how I import files?)
C) Accept this fact & maybe there's a quick way to convert the hundreds of PARTBODY to PART? Any tips?
It's been really time consuming to work with STEP files when this happens, I really appreciate if you have any guidance!
RE: Problem when importing STEP file into CATIA - Assembly combined into one PART & PARTBODY
I recall someone wrote a program to convert multi-body CATPart files into assemblies. But this was all that I could find (and it contains a bad link to a program): https://www.eng-tips.com/viewthread.cfm?qid=242427
Maybe you will have better luck with your own search
RE: Problem when importing STEP file into CATIA - Assembly combined into one PART & PARTBODY
I have two macros that are making this for me. As we have customized part numbers and sometimes vendors/suppliers give us irregular part numbers and weird names I use a rename macro that numbers every body from 1 to X (the last). After that I have a part-to-product macro I can run on this catpart with renamed bodies.
The only downside is you have to rename all your bodies for your desires, or you can twinkle the macro to not rename them or get the filename in a different way.
The end result is a CATProduct with CATParts inside but they all contain the imported dead geometry from the STEP file.
RE: Problem when importing STEP file into CATIA - Assembly combined into one PART & PARTBODY
I found this script to convert a CATpart with bodies to a CATProduct, but I didn't test it.
CODE --> CATScript
Hope it can help
Regards
Marc