Hello,
i tried the attached script to export pdf. But there is one problem, i select a folder with for example 20 prt files (15 files with drawings) and press ok. Then the script starts to open the files and export the pdf, but not of all.
I have tried severeal folders but the script only...
Hello,
I have an script in NX 8 for creating a note in a section of a drawing. It works like this, you make a section in the drawing through the springs in the assembly, then start the script.
The script ask for an edge to select, select an edge of a spring in the section view it creates a note...
Yes, so it is.
I changed my work to this, this will work now but I think its not really the best way to solve this.
Imports System
Imports NXOpen
Imports System.Text.RegularExpressions
Module NXJournal
Sub Main()
Dim theSession As Session = Session.GetSession()
Dim...
Hello,
first to explain what I try to do:
First I read out the filename from a NX part (NX version 10) which looks in our company like this (1521w1_0.115, 1521w1_St_01, 1521w1_z_BG and so on).
Then I look with InStr for the "_" and add 1 to the result so I get a number for the Mid function. The...
All threaded hole are features created with the hole command (see attached picture).
we have our own cdf, so in our case it would be blue, but the journal doesnt change anything. I have tried several numbers with different...
Thank you Cowski for your quick reply.
But the journal doesn`t work, our threaded holes are colored orange and with the journal they should change the color to blue.
But nothing happend.
http://files.engineering.com/getfile.aspx?folder=74197e0c-a1f5-495f-b55f-200fede2e58c&file=20.04.jpg
thread561-317547
In the above thread is a journal to change the face color for simple and threaded hole.
But i need a journal that only change the color of the threaded hole and dont change the color of any othe hole.
Is it possible for someone to edit the journal for me?
Hi,
now i changed the path variable, but the error message always appear.http://files.engineering.com/getfile.aspx?folder=461de254-c8a8-455a-b347-1f67c6278cc9&file=12.12.jpg
thread561-303564
Hello,
i tried the windows program NXrawingsToCGM.exe from frankswinks out of the thread above.
But it doesn´t work, the attached error comes up.
Has anyone an Idea, what the problem is...
We running NX 8
And this is a usual workflow in toolshops, because the drawings of the complete tool will go in different departments or will be manufactured external, and we can´t give everyone a part list.
We use this method (quantitiy on the detail drawing) in all our systems (2D-Software/...
Hello,
is it possible to shown the quantity in the Part Drawing?
The problem is our tool shop needs the quantity on the part drawing and not only on the part list.
We have the part list in the top assembly and from there we need the quantity to be write back in the single part so we can show...
Hello,
first i`m new to VB.net. I recorded a journal to select all hidden lines in a drawing sheet, change them from dashed to solid and give them a colour. This works but only in the part i recorded it.
My question is how I must change the journal(gruen_machen_1.txt) to select all hidden...