My task is to determine the quantity of drawing documents (. CATDrawing) in a folder and open them one by one, renumbering the drawing sheets in the file.
Every. CATDrawing document, contains only one sheet and need to edit the drawing sheet number like Sheet 1 of 1 and 1 of 2, etc. Please...
Could some one please help me to find how to measure distance between two refences (Plane (reference1) and surface or point (reference 2) through VBA macro in catiav6)?
Thanks.
Hi,
I am getting an error message as shown below while creating a new VBA macro or loading an existing macro. We reinstalled windows OS as well as Catia, but I still get the same error message. Could someone please help me to resolve this issue?
Thanks...
Hi,
I tried to copy and paste the V4 model file into v5 through VBA coding. I just recorded this procedure and executed it. However, got an error message at the highlighted line in the below coding. Could someone please help me to resolve this issue or Is there any other way to copy and paste V4...
Hi,
I have created set of parameters like Parameter1, parameter2, parameter3 and so through vba coding.
I know how to rename induvial parameter, but I want to select all parameters and rename all parameters with common name (Modified Parameter) at one shot.
Could anybody help me how to do it...
Hi,
Catia window is not active after loading VBA User form window and unable to scroll Catia tree structure/select any object from Catia tree structure and Catia window. I am expecting Catia window should be in "active mode" even after launching VBA user form window. Could anybody please help me...
Hi,
I am aware that user can able to select single input object on single text box at a time. Similarly can user able to select multiple input objects on same text box at a time?
If yes, please let me know how to implement in coding?
Also, I have One more question. In my case, I am giving two...
Hi
I am trying to use Surface Edge Fillet in my coding. I have a trimmed two intersecting surfaces and need to use "Surface edge fillet" on intersecting edge. I tried recording and ran same macro but it does not work. In recorded macro that edge fillet is not selecting support automatically...