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...
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) =...
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.
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 =...
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