Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Goof2014

  1. Goof2014

    Batch DXF export

    Hello together, I found the following journal: http://www.nxjournaling.com/content/export-drawing-dxf-file-using-nx-journal But I could not get it running in NX 9.0. I recorded the following journal. How could I modify it to batch export a complete folder with files? ' NX 9.0.1.3 Option...
  2. Goof2014

    Suffix for dimension - x 30¦

    I discovered the variable today. I got it to work. Thank you very much.
  3. Goof2014

    Suffix for dimension - x 30¦

    Hello together, I would like to add a suffix to an existing dimension. How could I add the text "x 30°"? The problem is the "° - degree" because the journal does not accept ascii code. Thank you Goof Sub Main() Dim dimension As NXOpen.Tag While select_a_dimension(dimension) =...
  4. Goof2014

    Journal to set/ change dimensions tolerance

    Thank you very much for your help. It works now.
  5. Goof2014

    Journal to set/ change dimensions tolerance

    Where do I put the DimTolerances.dlx? Sorry for the question. I run Siemens NX for at least a few weeks.
  6. Goof2014

    Change value of expression with a journal

    Hello Cowski, thank you very much for the code. I try it today. Goof
  7. Goof2014

    Change value of expression with a journal

    The journal should search for the part with a given name. When the part is missing or the name has changed then the user should select the part with the expression.
  8. Goof2014

    Change value of expression with a journal

    The Code for now. But how could I select the part in which the expression is and check it if it exist? Thank you Goof Option Strict Off Imports System Imports NXOpen Module NXJournal Sub Main (ByVal args() As String) Dim theSession As Session = Session.GetSession() Dim workPart As Part =...
  9. Goof2014

    Change value of expression with a journal

    Hello together, how could I change the value of an expression of a part which is in an assembly? Assembly | |>Part in which I would like to change the value Name: TypeChange Value: 1 (Integer) Thank you very much Goof

Part and Inventory Search

Back
Top