Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. JSVKAN

    CATIA V6 Measure Distace

    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.
  2. JSVKAN

    CNEXT - CATscript error messages- scripting ERR_1142

    Thank you for your information. We already tried to execute or install VBA, which comes with the Catia package; however, installation failed.
  3. JSVKAN

    CNEXT - CATscript error messages- scripting ERR_1142

    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...
  4. JSVKAN

    Copy and Paste Catia V4 Model file into V5

    Hi LWolf, Thank you for your reply. I executed without "As V4Mastermodel" in line "Dim v4MasterModel1 As V4MasterModel". But, I am still getting an error message like "Object doesn't support this action".
  5. JSVKAN

    Copy and Paste Catia V4 Model file into V5

    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...
  6. JSVKAN

    Rename multiple parameters at one shot

    Thank you very much! Now, I can able to count and rename parameters. To rename parameters, I included this line in your coding: MyDirectParam.Item(i).Rename "Modified" Thanks once again.
  7. JSVKAN

    Rename multiple parameters at one shot

    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...
  8. JSVKAN

    Hi, Catia window is not active aft

    Thank you! It's working.
  9. JSVKAN

    Hi, Catia window is not active aft

    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...
  10. JSVKAN

    Multiple Input objects on same text box and Auto Selection

    Thank You! I tried and it is working.
  11. JSVKAN

    Multiple Input objects on same text box and Auto Selection

    Sorry! Attachment was not attached. I have again attached image. As I have mentioned in the previous mail, I need to count user input selection on Input box-1. I am trying to automate sweep option and writing coding for same. To automate sweep user has to give two inputs one is curve and...
  12. JSVKAN

    Multiple Input objects on same text box and Auto Selection

    Hi Little Cthulhu, Is there any update on my previous question?
  13. JSVKAN

    Multiple Input objects on same text box and Auto Selection

    Hi Little Cthulhu, I got answer for my previous question that is how to select multiple inputs at a time. But, Now I have another question how to count user input selection? I want to know how to count user input selection? I have three command box in my Userform and command box 1 & 2 for user...
  14. JSVKAN

    Multiple Input objects on same text box and Auto Selection

    Sure! I will post sample code.
  15. JSVKAN

    Multiple Input objects on same text box and Auto Selection

    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...
  16. JSVKAN

    .Catia Surface Edge Fillet

    As shown in the image, I have to remove or do not want to consider edges inside the cavity, cavity boundary and outer surface boundary. I have to use surface edge fillet only on the small closed edges mentioned in the image. I am new for CAT VBA and do not have much experience on coding. So if...
  17. JSVKAN

    .Catia Surface Edge Fillet

    Thank you for your kind reply. I have already checked by changing fillet type but doesn't work.
  18. JSVKAN

    Catvba Edge fillet on Y direction

    I have created a New Thread.
  19. JSVKAN

    .Catia Surface Edge Fillet

    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...
  20. JSVKAN

    Catvba Edge fillet on Y direction

    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 to use that coding mentioned above with bit modification but it does not work. Could you please help me how to do surface edge...
Back
Top