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. Venkadakrishnan

    Help me with a Journal to report the text strings in a Multisheet drawing (label or notes)

    Thanks Cowski, Frank & Grinch for the support Finally i was able to compile the journal which works 100% persent to match my requirement.. Obsivously taking less time for excution also... Now the journal running time is reduced to 2 sec from 20 min earlier for 45 sheet drawing. Here is...
  2. Venkadakrishnan

    Help me with a Journal to report the text strings in a Multisheet drawing (label or notes)

    Thanks Grinch Your code works like a charm [bigsmile], I have around 50 sheets in the drawing for a big assembly [hourglass]. Hence looping sheets take almost 20 to 25 minutes.... I would prefer to search for the "text to find" in the label.colletction instead on the displayed objects for...
  3. Venkadakrishnan

    Help me with a Journal to report the text strings in a Multisheet drawing (label or notes)

    Hi Thanks Frank & Grinch for the codes... I have made changes to my code and now it works fine.. but some improvement is needed Meanwhile i found out, that looping through sheets is giving repeated data, because the text string is searched in label.collection instead of the displayed sheets...
  4. Venkadakrishnan

    Help me with a Journal to report the text strings in a Multisheet drawing (label or notes)

    Hi Grinch33 The code only searches for labelstrings in the first line of the text, If the "text to find" is in second or other lines, its not working.. If suppose i change the code to If labelstring(1).Contains(textin) Then lw.WriteLine(labelstring(1)) Then the it is working...
  5. Venkadakrishnan

    Help me with a Journal to report the text strings in a Multisheet drawing (label or notes)

    Hi The above code is from a closed thread, Which is used search for a particular text in Drawing notes and replace.. Whereas my requirement is different, but with little modification to above code will work (i feel) I want to search for all Annotation.labels (which contains particular text...
  6. Venkadakrishnan

    Help me with a Journal to report the text strings in a Multisheet drawing (label or notes)

    thread561-352708 Hi The below Journal doest work for label notes, NX 8.5... can somebody help me here [i]Option Strict Off Imports System Imports NXOpen Imports NXOpen.UF Imports NXOpenUI Imports NXOpen.Utilities Imports NXOpen.Annotations Module GetWordInfo Dim s As Session =...

Part and Inventory Search