Does anyone have any idea? Still haven't managed to do this.
Alternatively, does anyone know where the FEA results are stored by NX? I'm using NXNastran to solve.
Hi, I'm trying to extract the maximum displacement from a solved FEA model. I want either the maximum total displacement or maximum Y displacement. This just needs to be the result from the most displaced node.
I need to write some VB.net code to get this value but am struggling to find...
Eventually got there after many hours!
Just needed this simple line:
txtChangeMaterialWidth.Text = expression1.Value.ToString
Where txtchangematerialwidth is the name of the text box
Hi, I'm using NX7.5 and Visual Studio 2010. I'm trying to read the numerical value of an expression (e.g 20mm) and display this in a text box in my visual basic program. This is the code I have so far which was created using the NX Journal feature.
Private Sub Form1_Load(ByVal sender As...