Thanks @LWolf for your answer. But ungortunately it doesn't generate a CATPart when I run this Tool. Is there any particular settings do I need to consider? Kindly refer the attached file...
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!
Thank you MKEdits for the prompt response. Anyway, is it possible to add macro to display a window box prompting the Catia Release, you are opening. For Ex: "The CATIA file you are opening is Release R20, are you sure to continue opening it with current release you are using? A YES & NO options...
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 =...