Macro Catia V5
Hi,
i need help to create a macro for:
1 delete all dimension point etc from all view in a drawing
2 restore scale to 1:1
3 remove all text
My object is create a simple file to export in other format for using with machine (i want only features for work correctly).
Thank you so much
2 Answer
I can't help with marco. Language is VBA - Visual basic for application.
But at export to .stp options you can export only shown elements or only surfaces or only solids. From tools->hide you can hide all elements and then show only solids or only whatever you need from tools->show
At export to .stp or .igs or other format, it will export only shown elements.