Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. noobcat

    macro to search Cat Tree in 3D and Select

    thank you. I recently figured out an implicit function to achieve my goal. however, that has proven to be many use for me later in my programings.
  2. noobcat

    macro to search Cat Tree in 3D and Select

    i dont know how to begin unfortunately. I was able to call the top level tree, but then each tree has a product, and product have an item, and item will have a product... after several, i will find a product with x amount of items which i will need.
  3. noobcat

    macro to search Cat Tree in 3D and Select

    sry i forgot to clarify. I am trying to write an macro for that search function.
  4. noobcat

    macro to search Cat Tree in 3D and Select

    I would like to search the tree for my part from a list of part number I have, and select the part from the tree once found.
  5. noobcat

    help with catia search macro

    any way to zoom into it?
  6. noobcat

    help with catia search macro

    yes i did, it didnt zoom into my text, because it only calls on reframe views. if you can help me determine what calls Ctrl H and ultilize the reframe from there, that would help alot.
  7. noobcat

    help with catia search macro

    hi i was able to achieve it, but i do not know the vba code to reframe to a text Option Explicit Private Sub CommandButton1_Click() ListBox1.AddItem ("2057510200-REF") End Sub Private Sub ListBox1_Click() CATIA.DisplayFileAlerts = False Dim oDrwDocument As Document Dim oDrwviews As...
  8. noobcat

    help with catia search macro

    hi, i am new in catia programing. I would really appreciate it if someone could help me get the program started. I would like to select a text in excel and it does something similar to ctrl H and search for the part number and zoom into the 2D drawing.
  9. noobcat

    Need Help- Select text from Excel and Search part text in catdrawing

    hi, i am new in catia programing. I would really appreciate it if someone could help me get the program started. I would like to select a text in excel and it does something similar to ctrl H and search for the part number and zoom into the 2D drawing.

Part and Inventory Search

Top