Good afternoon!
I am using NX7.5, and am trying to write a vb journal that does the following:
1. Loop through all geometry in the work part looking for arcs.
2. Find only the arcs with a diameter of .380 or .385
3. Place a part/sketch from the reuse library at the centerpoint of these arcs on...
Cowski,
Thanks again for your help! That code worked great. Your code was selecting all curves, so I added a loop in front of your code to remove the lines on layer 102, because I didn't need them. I also commented out the listing window lines. That was fine for testing, but I didn't want...
I am trying to copy lines and arcs of the flat pattern to the clipboard. I have the following code to select the lines and arcs...
'SELECT ALL ARCS AND LINES IN FLAT PATTERN GEOMETRY IN ORDER TO COPY THEM TO THE CLIPBOARD
Dim length As Integer
Dim journalID As String...
Frank,
For NC automated punching operations, I sometimes need to modify the flat-pattern of the model in order to set up tabbing properly for the machines, and to reduce problems on the shop floor. I haven't been able to modify the flat pattern when it is still associated to the model, so I...
Greetings to all!
I am needing help creating a journal in NX7.5 using VB. I am wanting to select all curves in the Flat-pattern of the model, and copy them to the Clipboard for use at a later time. I have been able select all of the curves just fine, but am having trouble getting them copied...
Good Morning!
My company is switching from I-Deas to NX 7.5 soon, and we have many 2D symbols we use in Drafting. How do I import these I-deas symbols into NX with the Teamcenter integration? Everytime I try to import the symbols, I get a warning message stating that I don't have access to the...
Good Morning,
I am new to NX and VB journaling, and am needing to write some journal or macro for NX7.5:
I need to be able to select a line, and have the journal read the line information.
If the line is not a centerline, then I need a warning message sent to the screen stating this, and...