Hi,
After I run a instantiate from powercopy macro I cannot save the model beacuse it says "This item is read-only". I checked in the file system and it seems it is read-only only in the catia session.
The SaveAs would help, but I would like to save it in the original location with the same...
Hi,
I would like to create a custom bend table, where K-factor depends on material, thickness, bend radius and angle.
In Sheet Metal Parameters I can add "Sheet Standards Files..." as described on the picture:
Until this point I have no any problem. The three design tables has been added to...
Hi,
I would like to get the Product's name (e.g: Something.CATProduct) from a drawing view which generated from an enchanted scene.
I've tried the
oDrawingView.GenerativeLinks.FirstLink.Parent.Name 'which gives me "Scenes".
and also tried the...
Hi,
I have the code below, which loop through the products of an assembly, and places their specific name into an array depending on the activation state value. (If deactivated, then it starts with a black filled dot). My problem is it takes too much time, I have an assembly with only 26...
Hi,
I would like to group parameters of an assembly by few conditions, to give them value later but i stuck to do that.
Set parameters2 = oProductDoc.Product.ReferenceProduct.Parameters '(oProductDoc has been set earlier)
Dim parnames As Collection
k=1
If CheckParmA.Value = "False" Then...
Hi all,
I would like to automate the frame and Title block Update command for hundreds of drawings. Open drawings, run update, save, close.
I tried sendkeys through vbs, or inside the catvba but it doesn't seem the good solution even with sleep or doevents or anything i found on google.
I...