Catia V6 - Converting a CGR file into Catia Part
Catia V6 - Converting a CGR file into Catia Part
(OP)
Hi,
How could I convert a CGR file into Catia Part?
It shouldn't necessary be converted in solid only!
Thanks
How could I convert a CGR file into Catia Part?
It shouldn't necessary be converted in solid only!
Thanks
MZ7DYJ





RE: Catia V6 - Converting a CGR file into Catia Part
I don't know in v6 how is working but for v5 I've done in the past a small macro which had the logic bellow:
- open cgr by selecting in a folder
- save as model (v4)
- open model and save as CATPart (no solid, only surfaces)
You can try something similar.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: Catia V6 - Converting a CGR file into Catia Part
MZ7DYJ