Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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. sandy151

    Macro to search text from Drawing Table & Ditto

    Hi, Please help me to correct the code, i have red marked to problem area : Sub CATMain() Dim drawingDocument1 As DrawingDocument Set drawingDocument1 = CATIA.ActiveDocument Dim selection1 As Selection Set selection1 = drawingDocument1.Selection selection1.Search "((CATDrwSearch.DrwDitto +...
  2. sandy151

    Macro to search text from Drawing Table & Ditto

    Hello Ferdo, I have searched but couldn't fount suitable for my requirement. Below is latest script from me to search all text from drawing including Table , Ditto & Text. Now only thing need to do is extracting of all text from Table & Ditto . Sub CatMain() Dim drawingDocument1 As...
  3. sandy151

    Macro to search text from Drawing Table & Ditto

    Hello Eric, Thanks for the reply. I have made below code to search all dittos (Instantiate 2D Component). Sub CATMain() Dim drawingDocument1 As DrawingDocument Set drawingDocument1 = CATIA.ActiveDocument Dim selection1 As Selection Set selection1 = drawingDocument1.Selection...
  4. sandy151

    Macro to search text from Drawing Table & Ditto

    I am looking for macro which can search text from Drawing Table & Drawing Dittos ( Instantiate 2D Component ). I have macro to search whole Table & Ditto but unable to extract word from that. My requirement is: 1)To extract only Text from Table & Dittos in drawing sheet. 2)After extracting...
  5. sandy151

    Need Help

    I want to make Macro for searching all Texts in catia drawing , it should include Table text , 2D Component instance text also .. Can anyone help on this. Thanks in advance..
  6. sandy151

    CatScript

    Thanks for the tips .. I. will try this.. I am using Catia V5r18. last time when I run the vba script it asked for library, I already checked the Ms word object library box but still error was same.. Can I get CatScript instead of Vba. Thanks..
  7. sandy151

    CatScript for inserting Isometric view

    Hi, I am looking for a CatScript for inserting Isometric view in CatDrawing with 2:1 Scale. Also looking script for inserting PDF from specific folder. Thanks, Sandy.
  8. sandy151

    CatScript

    thread560-344472 Hi everyone, Can anyone provide me CatScript for Spelling Check in Catia V5 (Version R18 & Above). Macro should include MS word library with spelling suggestion .. I have found one post for Spell Check in Vba script but it is not working , so looking for CatScript. Thanks...

Part and Inventory Search

Top