here is my drawing before running the code
http://www.hostingpics.net/viewer.php?id=965360Capture.png
this is how it looks as a result
http://www.hostingpics.net/viewer.php?id=749627Capture2.png
hi,
I am trying to make a macro to update links between CATDrawing and CATPart. After execution of the macro, there are losses colored red annotations.
Here is my code:
Sub CATMain()
partFile = CATIA.ActiveDocument.FullName
Set partDoc = CATIA.Documents.Read(partFile)
Set myPart =...