Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep 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. DeerSpotter

    NX Drawing Attributes

    here is how to get the part number of the part in the drawing: first(splitstring(ug_askCurrentWorkPart();"_")) this assumes you have an underscore underneath it in the name and removes everything after.
  2. DeerSpotter

    Shortest Code to change styles of all drawing views in NX using vb/journal

    let me know if there is a better way, this is my first post here on eng-tips Option Strict Off Imports System Imports NXOpen Module NXJournal Sub Main Dim theSession As Session = Session.GetSession() Dim workPart As Part = theSession.Parts.Work Dim displayPart As Part =...

Part and Inventory Search

Back
Top