I download source code Sorter from the forum. it works well, but if link-broken exsits, it'll have no reaction. So I hope to modify it with link-broken dection, when there is link-broken, it'll skip it or give a warn. but I don't known how to do...
Hello, everyone.
I write a reorder macro,it works perfect when parts links well, but if there is any link broken, error occurs. How to check the link broken by marco automatically, and if link-broken exsits, the macro will skip or give a warn.
Thank in advance.
hi everybody,
I want to make a macro to change the color of holes of certain diameter on all parts, say diameter 10,to pink color, first I want to search the holes of diameter 10,but I don't know how to search these holes.
I need help.
Thanks in advannce.
to ferdo,
Sorry to make you misunderstanding.
My purpose is to select some parts( say, part_1 to part_n,see bellow), and save them to a specified folder,for example, E:\wlding_jig\unit_1, which is input in InputBox.
I know this can be realised by saveas one by one, but it's wastetime...
To itsmyjob,
thanks for your reply.
Yes,I find a macro in the forum, which can save all items to one folder, but I expect to save selected part to different folder,let say some to Folder A, some to Folder B, bolt and nut to a Fastener Folder, motor and cylinder to purchased part Folder,etc…
The...
I creat a macro( see bellow) to save selected part to a specified Path but failed. any help will be appreciated.
''''''''''''''''''''
Language = "VBScript"
CATIA.DisplayFileAlerts = False
sub CATMain()
Set cad = CATIA.ActiveDocument
Set sel = cad.Selection
Set prod = cad.Product.Products
Set...
I want to add the "SmartSort" to my Catia toolbar,and created a macro(see bellow),but failed to run.how to fix it?
Any help will be appriciated.
Sub CATMain()
CATIA.SystemService.ExecuteProcessus("D:\00_CATia_tool\SmartSort.exe") 'file position
End Sub...