Feb 15, 2021 #1 elmundo777 Automotive Joined Jun 23, 2020 Messages 93 Location BY Hello. I am looking for options for how to write a macro that would change the name of the drawing document. And the second item would save the drawing with that name. But, at least to rename
Hello. I am looking for options for how to write a macro that would change the name of the drawing document. And the second item would save the drawing with that name. But, at least to rename
Feb 16, 2021 #2 Little Cthulhu Marine/Ocean Joined May 27, 2018 Messages 759 Location RU Name of any drawing document is the name of it's .CATDrawing file. So to rename it you should save it as new file (CATIA.ActiveDocument.SaveAs) Upvote 0 Downvote
Name of any drawing document is the name of it's .CATDrawing file. So to rename it you should save it as new file (CATIA.ActiveDocument.SaveAs)