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