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...
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!
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.
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!
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...
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?
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 =...
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.
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...
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...
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...