Hi, if you will select the sketch, you can enter the sketch and delete all geometry inside, but if you don't draw new geometry this sketch will disappear. Because you can't have empty sketch.
You can also draw new geometry with macro too. (theme on this post...
Hi cillici, i m not interested in downloading app, i m interested how to do it :D, i wrote macros and i want to make this one too, any hits are welcome.
https://catiavbmacro.com/
You can do this with vb, but with different approach, you can make macro for all profiles that you have.
You can see idea on the video??https://files.engineering.com/getfile.aspx?folder=6c2f6eee-d75e-493c-a0ab-e79ce61aa19a&file=Untitled_Project.mp4
Yeah i can understand that, but i think it also need a lot of time when doing it manually. Beacuse CATIA need some time to export it, did you try to measrue time when u make it manually?
Is there any possibility to run those in same time?
hi, can you just make that xml first, and take all pictures from folder of xml?? Xml do the same, here is from xml file FirstProductURL = "Picture/24_9_2018_22_48_4_Preview_First_1.png" SecondProductURL = "Picture/24_9_2018_22_48_4_Preview_Second_1.png"/. It takes picture from that folder and...
Hi, i wrote little bit of code for ur problem but i stuck on operation how to isolate part, i cant find solution how to do it?
Is there anyone who knows how to isolate part? I tried with CATIA.command but nothing? Maybe if u have exact elements inside every part, i can isolate that, and it will...
Hmm i tested in my environment all was good, are you sure it will not delete all publications? That If statement allow to delete only with broken link? I use CATIA V5-6 2016. It can also be to the version of CATIA.
Hi,
i wrote solution for your problem, you can copy code and read more on here https://catiavbmacro.com/2018/08/27/delete-catia-publication-free-macro-code/
HI guys,
I have some problems for example, i do not have problems when i run catscript to define in Geometrical Set (pardocument1.part.InWorkObject = hybridBody1)
but when i write this line in Visual studio i get error, i have same problems with other things :(
So i think to make simple...
Hi,
if all of drawings are opened in the CATIA, can you use number of opened windows
like first to get number of opened windows and then set for loop( i don't know can
you get this i didn't count them before, but i think you can.
For i=1 to number of opened windows
If MyFile.Type = "CATIA...