Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. psychanalyst

    wrong placement of dimension in drawing after update links of part

    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 =...

Part and Inventory Search

Back
Top