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: *

  • Users: NXJockey
  • Content: Threads
  • Order by date
  1. NXJockey

    Add .exe to Custom NX toolbar

    Hi all, I have created a couple of NXopen custom apps for NX and compiled them to be .exe's I cant seem to find away to add them to a NX toolbar '.tbr' file so that they will execute inside of NX I have also tried to add them to a '.men' file, but NX executes them as if they were a system...
  2. NXJockey

    Configure NX to use a different editor for journal code

    Hi All, Does anyone know if its possible to configure NX to use a different editor when working with journals. ie. When using 'Menu > Tools > Journal > Edit' rather than the standard NX code editor being displayed, NX will start and interact the code editor of your choice. Using NX11 if that...
  3. NXJockey

    NX VB Journal to create EXCEL file

    Hi, Does anybody have a simple it of example code of how to write to an EXCEL file from a NX visual basic journal please? Kind regards, NXj
  4. NXJockey

    Dynamic note syntax to capture model view name

    Does anyone know if it is possible to capture the name of a model view to include in a note. I want to create a PMI note in a model view, which contains the current view name e.g. something like:- <WRef1*0@VWNAME>. I want the note to automatically update if the view name changes. Thanks in...
  5. NXJockey

    compile .VB jornal without visual studio

    Hi, I have a simple journal file:- :>>>>>> Imports System Imports NXOpen Module NXJournal Sub Main (ByVal args() As String) Dim theSession As Session = Session.GetSession() Dim theUI As UI = UI.GetUI() msgbox("Hello World") End Sub End Module ;<<<<< Is it possible to compile this into a...
  6. NXJockey

    .NET collection for all PMI objects

    Hi All, I need to create a .net script which will change the color of all PMI objects in a part. Does anyone know if there is a .net collection in the workpart for NX which would contain all the PMI objects (text, symbols, notes ect...) I was then intending to cycle through the array to...
  7. NXJockey

    PMI back to Drawing

    We have switched a supplier who wants a conventional drawing when previously, the was a part defined with PMI. Is there a simple way (utility ect) whereby I can generate a drawing from a model containing PMI? I don’t expect to get a fully finished drawing in one go, but if I can get the data...
  8. NXJockey

    NX11 Topology Optimizer

    Has anyone else experiemented with this capability yet? Has anyone found a way to interrogate the resulting body ie, section it or convert it to a convergent body? Cheers NXJ
  9. NXJockey

    UG manager export

    Does anybody know a way to feed the ug manager export utility a list of parts, rather than a single assembly. Running the command for individual parts takes way to long to be practical. Cheers in advance, NXJ
  10. NXJockey

    NX Site DPV preference not being read

    Has anyone else experienced this:- Set object preferences in the site DPV file (color, Line Style, width) But these settings never appear in the part? Any ideas Cheers NXJ
  11. NXJockey

    VB.NET To create part attributes

    I need to create a lot of part attributes. I am trying to use 'setattribute' within a journal to create the variable and the value, but can't seem to set the category. Is it possible with 'setattribute' or should I use something else? I would like to separate the attributes into logical groups...
  12. NXJockey

    NX export to 3D PDF

    Has anybody got any recommendations for exporting NX PMI data to 3D PDF. It seems unusual that NX doesn't directly support this, are there plans to with NX12? Cheers, NX Jockey
  13. NXJockey

    Text in NX part passed to JT File

    Using NX9 does anybody know how I could get some text on a specific layer of the model to follow through to the JT file? Cheers, NX Jockey
  14. NXJockey

    NX VB question

    i am trying to create a simple vb script to cycle through all the views in a drawing sheet and reset them to the customer defaults. I have created the attached code, but it fails, and I cant work out why:- 'Object reference not set to an instance of object' so I think its something to do with...
  15. NXJockey

    Checkmate entity selection

    Does anybody know of a method in checkmate/kf to select entities within a region on drawing sheet, Cheers NXJ
  16. NXJockey

    NX9 Drawing Size

    All, I have been working on a old NX7.5 drawing 'UGPART' whcih has now been revised using NX9. Only minor changes have bee made to the drawing (a few notes and a composite section view) The part file has jumped from 45mb to 111mb Does anyone have any experience of this, is there a work...
  17. NXJockey

    NX requirements

    Hi, I am using NX7.5 and trying to create design validation rule. I have a complex machined part which has many individual holes. I am trying to create a requirement that will check that all of the holes are from a specific range of preferred hole sizes without referencing any of the holes...
  18. NXJockey

    Teamcenter PLMXML export

    Not strictly a NX question, but Teamcenter. I need to process a lot of user attributes within our current business model. I am using 'PLMXML export class of user' to export all the user attributes. unfortunalty excel 2010 falls over with the error 'XML Import Error: Some data failed to...
  19. NXJockey

    NX Materials XML library

    Does anybody know any tricks or tips on how to ensure that the XML format of the NX Materials library is correct. Ours is 1000's of lines long, so not practical to visually check. I dont need to checkthe material data itself, but ensure the schema of the file has not been corrupted. Cheers, NXj
  20. NXJockey

    Set initial save directory NX7.5

    I am creaeting a simple batch file to perform some simple operations in native NX. In my dpv file the initial parts directory is empty (ie has no path defined) and i have no site or user level dpv's I am trying to set the initial directory in the batch file using the 'UG_initialPartDir_WIN'...

Part and Inventory Search