Hello all,
Here is a more clearly and concisely version of VBA Macro programming I wrote recently,
it can convert all the CatDrawings to Tif or custom select format.
It also has a lot of other features.
1 wish I could help you.
Here is my Frame,maybe you can design an interface that looks...
hello,all
If I understand you correctly, you want to get the Part as the red box labeled in the follow picture ?
The Following code can help to get Part object from Product :
Code1:CATIA.ActiveDocument.Product.Products.Item(1).ReferenceProduct.Parent.Part...
Hello,all
Open the CATIA,Tools > Options ,in the dialog,
for example,select the symbols of "mm" as follow picture or other you want ,
then click OK,you will get what you want.
I hope it can help you out, thank you!
Hello,
I'm willing to share some of my learning experience.I'm in learning, too.
As the people upstairs said,the best practice is to record macro and try to understand it.
I used to record macro ,then test each statement until i understand.
Although there are a lot of error, but I grew up...
Hello all,
Here is a more clearly and concisely version of VBA Macro programming I wrote recently,
it can convert all the CATPart's Bodies or custom select Bodies to CATProduct .
Of course,it can rename the Body's name if it's duplicate.
1 wish I could help you.
'The first Code is to convert...