Hello All,
Can anyone here teach me how to use the CATIAV5 DOWNWARD COMPATIBILITY to change CATIAV5 R32 into a lower Release like R20? I accidentally saved my R20 CAD data into R32. Thank You!
Hello All! Previously, I found a Time Saving Toolbar from Fernando's thread. It helps a lot to accelerate our day to day design process. Does anyone familiar with that customized toolabar? Please share and it will be appreciated much. Thanks!
Hello All, Is it possible to revert a CATIA release after you accidentally open and saved the file into a higher release. Example: Orginal file is R20 the you accidentally opened & saved it into R22. How to revert file back to R20? Thank you in advance.
Hello I am using macro from this thread for exporting PDF files from CATIA Drawing. Is it possible to modify code to automatically convert multiple sheets into 1 file?
Here's the code I used from this Fourum:
Sub CATMain()
'Retrive the active document
Dim Doc As Document
Set Doc =...