Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IFRs 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. jhoelscher

    Automate Export of JT Files from FEA results

    Using native. Once the results file .OP2 is loaded, Stress-Elemental, Von Mises, and I have the correct 3D element "body" selected/displayed, I use the File, Export, JT... Current work around would be to ask the user for a name each time or at the beginning of the export. Typically we only...
  2. jhoelscher

    Automate Export of JT Files from FEA results

    Would you know how to get the name of each of the components in the 3D Container? I've attached a screenshot and my current code. Thanks, Josh http://files.engineering.com/getfile.aspx?folder=62a02827-2cee-458b-879f-4d93cafe3604&file=Export_JT_Looper.zip
  3. jhoelscher

    NX CAE, Create Streamlines from Groups Journal

    I'm trying to create a vb journal that will create streamlines from groups I have created. For each node in the group, I cannot find how to get the coordinates. See attached journal. Currently failing at the line below, (line 64). seedsetId1 = theSession.Post.CreateStreamlineSeedSet(1...
  4. jhoelscher

    Automate Export of JT Files from FEA results

    I am trying to create a NX 7.5 vb journal that would automate the exporting of JT files of each 3D element body within FEA results. I need help in getting the postview ID, group containers in results (i.e. ThreeDimensional, Connector, OneDimensional), and the name of the 3D Element body...
  5. jhoelscher

    NX7.5 Journal for polygon edge selection in CAE

    That did the trick. Thanks, Function select_an_edge(ByRef obj As Edge) Dim ui As UI = NXOpen.UI.GetUI() Dim mask(0) As Selection.MaskTriple With mask(0) .Type = UFConstants.UF_caegeom_type .Subtype = UFConstants.UF_caegeom_edge_subtype...
  6. jhoelscher

    NX7.5 Journal for polygon edge selection in CAE

    Using NX7.5 Advanced Simulation and trying to create a journal to automate a routine of selecting multiple polygon edges on which to apply a load for multiple subcases. Looking through the .NET reference and can't find command for selection manager to allow selection of polygon edges...

Part and Inventory Search