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!

Recent content by nxplm

  1. nxplm

    NXOpen: Checking Part IsModified(Tag);

    I have implemented that function in my program. All the time it returns false, even the part was modified. However When I write the same code in a NX Journal, it works perfectly. Code: bool result; Session theSession = Session.GetSession(); UFSession theUFSession =...
  2. nxplm

    List box, select item

    it comes up a question, in this line of code: myVector = list_box0.GetProperties.GetIntegerVector("SelectedItems") Where can I find in the API the property name, in this case "SelectedItems"? Thank you
  3. nxplm

    Show Dialog Block UI Styler without loading/creating work part

    I describe my problem better: "Why does a part need to be opened before a block UI styler dialog can be displayed?? This is a total setback, especially if you design a dialog to set some options (some labels and two checkboxes / toggles). Thanks to this, I have to go back to the pre NX6 UI...
  4. nxplm

    Show Dialog Block UI Styler without loading/creating work part

    Hi Everyone, I wanna launch Dialog Block UI Styler without having any part in NX loaded.Is there any statement which can avoid that NXException? Thank you.
  5. nxplm

    Customizing Toolbar, different Buttons but same dll

    I have seen that it is easier and possible using NX Open C++ with UFUSR; But I am developing applications in C#, Is there a way to wrap C++ entry function in C#?? Thank you very much again!
  6. nxplm

    Customizing Toolbar, different Buttons but same dll

    Is it possible to add some parameters to the application? I can not find the solution. For example: ---------------------------------------------------------- VERSION 120 EDIT UG_GATEWAY_MAIN_MENUBAR MENU UG_APPLICATION BUTTON wag_ENG_CONVERT ACTIONS "start "\"C:\Program Files\Siemens\NX...
  7. nxplm

    Customizing Toolbar, different Buttons but same dll

    Thanks phillpd, I knew that solution, but my question goes beyond this point. How do you differentiate in your own application which button has been pressed? Thank you again for your comments, Daniel
  8. nxplm

    Customizing Toolbar, different Buttons but same dll

    phillpd, have You tried without creating a "Application_Button" and executing callbacks? Thanks
  9. nxplm

    Customizing Toolbar, different Buttons but same dll

    HI All, I want to create a customize Toolbar (.tbr) I would like to know if it is possible to create 2 buttons that they call the same DLL but each one calls different functions (callbacks). I just can do it creating the actions in separately DLLs. But for the purpose of my project is not...
  10. nxplm

    Drafting Module

    Hi Everyone, I would like to know which License (module) are required for running "Drafting Module" in Siemens NX. Can anyone provide more information about that? Are these modules those ones which are related to may question? (drafting, nx_drafting_plus and nx_ship_drafting) Thank you in...

Part and Inventory Search