Hi to all,
I'm looking for a way to change to upper case selected texts in a drawing but I can't find how to do it
I've tried to modify a macro found on web to change every text in drawing but it dosen't work
I don't know Catia/vba/script coding so maybe is easy to do but I can't figure out...
Hi to all,
I have a macro script to compile my customer title block on the A3 format but I can't fill the date because the text has the same feature name of the 2D component (see attached picture).
The macro script find 2 occurrence with the same name and then stop there.
So I've thought to add...
Hi,
with that search I can see the items with a material applied, but I cannot export for a comparison with the entire products/parts.
Is there a command/routine to do this?
Searching around the Web and eng-tips, I've found this post
Post
I tried your attached macro without success. The...
@Little Cthulhu:
yes, I need a complete analysis of a product and the nested products/parts.
I need to apply material to all my parts
@ferdo:
for search all body feature do you mean like in the attached image?
I don't know other system for searching inside Catia files...
Hi,
like reported in thread560-455348,
i'm looking for a method to search if, a opened part and/or product with sub assembly, are without material applied.
The result obtained, can be in any type of file (csv, txt, ecc.).
Someone know if it's possibile to do (macro, catscript, VB, ecc.)?
I've...
Thank you for your advice @weagan22
I've forgot to say that I don't know CatScript or VBA. I've never learned it at my work or in school.
So I can't use a single string to develop a complete routine.
When I find some complete code on the net, I'm able to modify it to fit to my needs, but...
Hi,
i'm looking for a method to search if, a opened part and/or product with sub assembly, are without material applied.
The result obtained, can be in any type of file (csv, txt, ecc.).
Someone know if it's possibile to do (macro, catscript, VB, ecc.)?
Thank you
LuKe
Hi, meanwhile I tried to recreate the project with form and the provided code but it don't work.
Something happen but without success.
There's a possibility to hae the .Catvba code?
Thanks
Maybe you can provide us the .Catvba project or the frame file so we don't have to reconnect the various button to the code.
In any case thank you a lot for your great work.
Hi to all, I need to export many CatDrawing to tif.
I want to set a directory for input and output. Drawings may contain multiple sheets
I have 2 scripts (see attachments) that do partially this work.
One script can manage multiple sheets but convert only 1 file and it need to be open.
The other...