Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations JAE 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. hppianoman

    How to add an item from Reuse Library to work part through VB journal?

    Good afternoon! I am using NX7.5, and am trying to write a vb journal that does the following: 1. Loop through all geometry in the work part looking for arcs. 2. Find only the arcs with a diameter of .380 or .385 3. Place a part/sketch from the reuse library at the centerpoint of these arcs on...
  2. hppianoman

    Journal to copy to clipboard

    Cowski, Thanks again for your help! That code worked great. Your code was selecting all curves, so I added a loop in front of your code to remove the lines on layer 102, because I didn't need them. I also commented out the listing window lines. That was fine for testing, but I didn't want...
  3. hppianoman

    Journal to copy to clipboard

    I am trying to copy lines and arcs of the flat pattern to the clipboard. I have the following code to select the lines and arcs... 'SELECT ALL ARCS AND LINES IN FLAT PATTERN GEOMETRY IN ORDER TO COPY THEM TO THE CLIPBOARD Dim length As Integer Dim journalID As String...
  4. hppianoman

    Journal to copy to clipboard

    Frank, For NC automated punching operations, I sometimes need to modify the flat-pattern of the model in order to set up tabbing properly for the machines, and to reduce problems on the shop floor. I haven't been able to modify the flat pattern when it is still associated to the model, so I...
  5. hppianoman

    Journal to copy to clipboard

    Greetings to all! I am needing help creating a journal in NX7.5 using VB. I am wanting to select all curves in the Flat-pattern of the model, and copy them to the Clipboard for use at a later time. I have been able select all of the curves just fine, but am having trouble getting them copied...
  6. hppianoman

    Importing I-Deas 2D symbols into NX 7.5

    Good Morning! My company is switching from I-Deas to NX 7.5 soon, and we have many 2D symbols we use in Drafting. How do I import these I-deas symbols into NX with the Teamcenter integration? Everytime I try to import the symbols, I get a warning message stating that I don't have access to the...
  7. hppianoman

    Journal to select line, and create arc or square?

    Good Morning, I am new to NX and VB journaling, and am needing to write some journal or macro for NX7.5: I need to be able to select a line, and have the journal read the line information. If the line is not a centerline, then I need a warning message sent to the screen stating this, and...

Part and Inventory Search