@@maximo19811000 You need for loop or while loop which will go through CATIA tree and export it to the Excel file. You have those kind of Macros on the internet. And after that you can rename it.
Hello, yes, you just need to loop through the sketch points. I don't know how to loop when there are other elements in the sketch, for ex. Lines and circles, so easiest way is to have only points in the sketch. I forgot how that goes, but something like geometrical elements or something like that.
Hello, you can use method from this video with the combination of this video th-cam.com/video/gxyFAwvLsBU/w-d-xo.html You just need to measure it and then export. Its not hard to code it.
Hello, the easiest way is to add one more selection for the set and just take the name of the selection, second solution is to use parent of the one point in the selection.
@@haarrun thanks so much, will this work on the geoset parent as well? If I need the name of the geoset the point is under and the name of the geoset the geoset is under? Like if there are geosets within geosets?
@@johnwasserplatz167 Hi, yes but it must be same structure, for example you want to go with two geo, it must be two. Or you need to make some if statements if you want to be different. Here is link for the beginning www.eng-tips.com/viewthread.cfm?qid=485048
@@johnwasserplatz167 only if you need it too, for example if you have 10 points in one geo, then you don't need it to be in the for loop. From other side if you have for every point one geo then it need It to be inside for. I think first option is better it that is the case.
I was searching for this for a long time, thank you.
I'm glad I can help
Thank you for this video!!
thanks for this work, does it for intersection point ?
Mm, I m not sure.. You can try
What nice video!!!
Well done, how can I import product structure names from Catia to excel and rename it?
Hi, you want to export product catia names to excel? And change it in the Excel?
@@haarrun exactly
@@maximo19811000 You need for loop or while loop which will go through CATIA tree and export it to the Excel file. You have those kind of Macros on the internet. And after that you can rename it.
Also I can write any kind macro for you.
@@haarrun can you send me a string of code please?
Is this possible for points (i.e., vertices) that are part of sketch?
Hello, yes, you just need to loop through the sketch points. I don't know how to loop when there are other elements in the sketch, for ex. Lines and circles, so easiest way is to have only points in the sketch. I forgot how that goes, but something like geometrical elements or something like that.
Fascinating to discover this! Thanks for sharing! Please feel free to pop over to our Channel and check out our latest post too!
line 35 column 9
source- compilation error
description- excpected end of statement
statement- Dim oSel as Selection
how to rectify this error
You need to put end of statment maybe you forgot?
@@haarrun i put end of statement. still showing same error
@@haarrun plz help to rectify. urgently require this to complete my project
@@harisankar8018 send me your code on musicharun@hotmail.com
@@haarrun sent . thank you in advance
Hi is it possible to create macro to get clash number between 2 products and export the values to excel...?
Could you please help me to creat one...?
Hi, yes, I wrote that macro, also it take pictures of the chlases. You can contact me on my mail musicharun@hotmail.com
Hi, how can i export the part volume, area, and other measurements in excel file directly from Catia?
Hello, you can use method from this video with the combination of this video th-cam.com/video/gxyFAwvLsBU/w-d-xo.html You just need to measure it and then export. Its not hard to code it.
@@haarrun thanku so much brother. Let me test it. Can i contact you on ur email address? I might need your help in the future.
@@Arshbunny18 yes feel free to contact me, you can use contact on my website.
@@haarrun Hi Brother, i am unable to contact you using your wesbite's web-form. It is coming up with an error.
@@Arshbunny18 musicharun@hotmail.com. here is my mail
can you give me a VBA source? plz!
I appreciate it.
Hello, you have link to my website in the description of the video. There is full code to it.
How to export geoset name as well?
Hello, the easiest way is to add one more selection for the set and just take the name of the selection, second solution is to use parent of the one point in the selection.
@@haarrun thanks so much, will this work on the geoset parent as well? If I need the name of the geoset the point is under and the name of the geoset the geoset is under? Like if there are geosets within geosets?
@@johnwasserplatz167 Hi, yes but it must be same structure, for example you want to go with two geo, it must be two. Or you need to make some if statements if you want to be different. Here is link for the beginning www.eng-tips.com/viewthread.cfm?qid=485048
Ok thank you. So if I add one more selection, can it be a part of the same FOR loop?
@@johnwasserplatz167 only if you need it too, for example if you have 10 points in one geo, then you don't need it to be in the for loop. From other side if you have for every point one geo then it need It to be inside for. I think first option is better it that is the case.