Hi,
I've created a little macro that changes a parameter in a CATPart.
I need that this macro runs in a big product in each part.
Someone could post a Script where I can put my macro (that work only in a part) to make it run in all part of an assembly ??
Thanks !
Hi,
I've a big problem with my CATIA, it crashes after 5-10 minutes that i opened it, always while I'm zoomming or rotating the part.
The pc give me this error :
The NVIDIA OpenGL driver detected a problem with the display driver and is unable to continue.
The application must close...
@lardman363
The error is "type Mismatch"
and is in the line "Do until Len(sNewNumber) = 7 and IsNumeric(sNewNumber) = True and Val(sNewNumber) = Int(sNewNumber)"
I try to change the value of sNewNumber from "A" to "1", but it doestn't work
Thank You
@lardman363
I run your script on CATIA in the "first" product, but it doesn't work
I see only the message "product not loaded, exit macro" .. Why ?
it seems that does not recognize the product ..
thank you so much
@lardman363
Hi,
Yes, i can use the VBA
All inside the product there are many parts and products, it's a very big assembly so i need a macro that rename all the files in my assembly
1234567_aaa.catproduct
1234567_bbb_catpart
1234567_ccc_catproduct
1234567_ddd_catpart...
@itsmyjob
I tried to make a macro, but i'm not very good with these kind of programming.
Could someone help me ?
@MRSSPOCK @itsmyjob
I have many link between files, i must do the process IN catia, I need to mantain those links
Thanks to everyone !
Hi to everyone.
I've a problem, i need to rename an assembly (and all sub-assembly and parts) changing only a the first part of the name.
EX :
all my files start with a code of 7 numbers, i need to change only this 7 numbers in all files
1234567_aaa.catproduct
1234567_bbb_catpart...