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!

Search results for query: *

  1. petewirth

    NX Open .NET identifying faces in FEM

    Nice - Thanks Joe! Pete
  2. petewirth

    NX Open .NET identifying faces in FEM

    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)...
  3. petewirth

    NX Open .NET identifying faces in FEM

    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
  4. petewirth

    NX Open .NET identifying faces in FEM

    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...
  5. petewirth

    NX Open .NET identifying faces in FEM

    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...
  6. petewirth

    NX Open .NET identifying faces in FEM

    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'...

Part and Inventory Search