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!

Recent content by psychanalyst

  1. psychanalyst

    wrong placement of dimension in drawing after update links of part

    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
  2. psychanalyst

    wrong placement of dimension in drawing after update links of part

    here is my drawing before running the code this is how it looks as a result
  3. 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