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.
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 create a macro,the object is to:
1)rename the part name and instance name,
2) the instance name same to part name suffix ,for example, the part number is xxxx-001, the instance should be 001, if there are sevral xxx-001, the instance name should be 001, 001.1 001.2 etc.
3)save the renamed...