Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NaWin55

  1. NaWin55

    CATIA CAA Capture 3D Environment screenshot

    Hi i am trying to develop a UI where user selects a feature like pad or something 3d body from the list and i need to show the picture of the selected feature in the user interface i need to know which framework,interface or class handles the taking pictures in CAA CATIA Thanks
  2. NaWin55

    Catia create points using Excel data

    i am using nested loop to get each row and loop thru column and go to next row and loop thru column until the last row and stop this is why i am using "j" to stop the loop i am using condition (once the last row comes stop the loop) but how to do it without condition
  3. NaWin55

    Catia create points using Excel data

    i tried other ways without conditions but not getting correct result i just want to stop column count after all rows counted so that loop wont start from 2nd column again for that i used if condition just want to know how to do without CONDITIONS
  4. NaWin55

    Catia create points using Excel data

    Hello i am trying to create points using excel X Y Z data below is the code i have written in VBA, How can i write it without using while or if conditions Dim opartDoc As Document Set opartDoc = CATIA.Documents.Add("Part") Dim oprt As Part Set oprt = opartDoc.Part...
  5. NaWin55

    Catia CAA Contextual Menu

    @Little Cthulhu i followed the steps in the use case but cant achieve anything i need to know how to implement the contextual menu interface to add extra options in the menu it is done by late type binding but i dont know how
  6. NaWin55

    Catia CAA Contextual Menu

    Hello Everyone I am trying to understand how to add extra options into contextual menu (When user right clicks on any feature a menu displays) there is a use case in CAA Encyclopedia, i am trying to understand but cant get it here are some images related to the use case any...
  7. NaWin55

    Catia EKL Create Point

    Hello all i am trying to create a point using EKL method but i am getting this error i have created a point also from formulas tab i tried the following code from catiawidgets.net website // Construct a Point by coordinates Let ioPoint ( Point ) ioPoint = point( 0mm , 10mm , 20mm ) //...
  8. NaWin55

    Activate Main Top Node product in assembly

    Hello all i am trying to create a macro to activate top main product of a assembly i tried Product.Activate didnt work catia.startcommand "frmActivate" didnt work is there any way when i run the macro the mainproduc1 should be in Blue color means that is the active editing product in tree...
  9. NaWin55

    Catia sweep command spine input

    Hello all i need to create a sweep using SweepLinetype and i need to use Axis system directions as Spine i cant create line in X or Y or Z directions and use them as Spine i need to select the Axis system and when axis system is selected i need to get the Y direction as spine as shown in...
  10. NaWin55

    CATIA VBA Collapse Specification tree

    @itsmyjob thanks for the replay but how to activate tree manipulation and select top node i have not worked much on tree manipulation and SpecsAndGeomWindow these kind of things can you give some hints how to activate tree manipulation and selecting top node thank you
  11. NaWin55

    CATIA VBA Collapse Specification tree

    Hello all i want create a macro to collapse specification tree completely, i tried with following code CATIA.StartCommand "Collapse All" i used this method after checking one of the thread from here but it is not working for some parts with big specification tree it will collapse tree...
  12. NaWin55

    CATIA CAA Dialog Editor Value

    Hello all i am new to CAA i am trying to get value from CATDlgEditor i used following code double dNumOfPoints = m_pCreatePntsDlg->GetEditor()->GetValue(); but i cant get the entered value in Editor, getting 0 i used GetText() method but i tried to convert in to double using ConvertToNUM...
  13. NaWin55

    Collect only vertical edges

    Hi kantoku sometimes macro will select all the edges i have selected Y axis and selected surfaces so this is completely depends on which axis direction user going select what if we give a msg like "are the selected edges are required edges or not", if not select different axis direction...
  14. NaWin55

    Catia AddnewUnfold

    Switched to DL1 working fine Thanks
  15. NaWin55

    Collect only vertical edges

    Hi kantoku it is working fine i will just do little adjustment for my requirement Thanks for your help

Part and Inventory Search