Problem Solved, Thanks for assistance in the meantime!
Dim basePart As BasePart = theSession.Parts.BaseWork
Dim baseFEMPart As CAE.BaseFemPart = CType(basePart, CAE.BaseFemPart)
Dim baseFEModel As CAE.BaseFEModel = CType(baseFEMPart.BaseFEModel, CAE.BaseFEModel)...
also, you mentioned the listing window.
I've not come across this before - is there anywhere I can find out more info about how to use this?
Is it an NX feature or inherent to .net?
Thanks for your help so far
Sorry - maybe I should elaborate on the process I'm trying to achieve. Maybe my entire approach could be more efficient...
Ultimately I am trying to identify polygon faces and points within a FEM model that contains multiple CAE bodies. These features I would then reference to create 1D...
Thanks MarckyMON,
You suppose correctly that it is the Advanced Simulation module for which I would like the equivalent result.
You are also right in that the code would return results for the last entry only. At present I am only testing a proof of concept, and there is only one face whose...
Is there anyone who has experience of NX OPEN in NX7.5?
I'm trying to construct a script that will identify geometry such as faces and edges according to attributes (colour etc). The following works in 'Modelling' but I have come unstuck when trying the equivalent in 'Advanced Simulation'...