Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS 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. JinT4191

    Results Manipulation - Combination with no units?

    Hi everybody, I tried combining loadcases of my results with the NX tool results manipulation. The problem is when I try to combine the Glue Traction loadcases it gives me no units. How could I edit the settings so there are the right Units with MPa? For any other loadcases it would give me the...
  2. JinT4191

    How to get maximum value of results?

    Hey all, I have to programm a tool which would need the maximum value of a result. I know I can get the value with the identify function, but how can I get it in my programm code? I'd be happy about any help. Thankss!
  3. JinT4191

    Use user-defined views in Advanced Simulation?

    Hi all, I know that the user can create custom model views on the modeling part. But I didn't find any way to use the custom model views on the simulation model. Does anyone of you know if this is possible and how to do that? Thank you for your thoughts.
  4. JinT4191

    How to access templates in postview?

    Hi everybody, I'm trying to make a selection window for the templates in the postview. But I could not find the templates in NX programming. Does anybody of you know where I could access the Templates? I'm using NX 8.5 and am coding in Visual Basics. Any help is appreciated. Thank you!
  5. JinT4191

    Ask Group Data Function

    Hi all! I'm trying to somehow get the usergroupIds of the different feature groups. I tried using this function: NXOpen.UF.UFSession.GetUFSession.Group.AskGroupData() But it always gives me an error. Does anyone of you know how to correctly use it or how to get the usergroupIds? I am kind of...
  6. JinT4191

    How to select group?

    Thanks for your help! But with this method you would create a new group out of entities wouldn't you? But I only want to select the groups I already created. Do you know any method how I could recall the usergroupIds?
  7. JinT4191

    How to select group?

    Sure Option Strict Off Imports System Imports NXOpen Module NXJournal Sub Main (ByVal args() As String) Dim theSession As Session = Session.GetSession() Dim workSimPart As CAE.SimPart = CType(theSession.Parts.BaseWork, CAE.SimPart) Dim displaySimPart As CAE.SimPart =...
  8. JinT4191

    How to select group?

    NX8.5! The problem is, when I record it, it writes out the usergroupIds which I don't know where to find...
  9. JinT4191

    How to select group?

    Hi Eng-Tips! I need some help in journaling, I need a selection of groups. Does anyone of you know how to make a selection where you can select several groups? I need the groups to make different plots.
  10. JinT4191

    How to user the 'show only group' function in a programm?

    Hi, I want to make a programm that takes screenshots of a group in the results. My problem now is that I don't know how to remove the stickiness of the usergroupIds of the groups. I want the programm to select all groups that would start with "GlueFace" and then show them, take snapshots and...
  11. JinT4191

    Create Group with Node Selection

    Hello everybody, I have to programme a plotting programme in NX. The problem is that we only need plots of the gluing surfaces. So I wanted to put a group consisting of the Nodes of the glue surface. Like you can do with the Identify Function when you're in the results mode. I have tried...
  12. JinT4191

    Generalize Iteration for exporting jpg

    Hi all, I want to write a journal which will export jpgs of all the solution subcases. I have already written the journal for exporting the jpgs of one subcase and now I want to make a loop so it can go through all the subcases. The problem is, I don't know how I should generalize the loadcases...

Part and Inventory Search