Hi Everyone,
I am looking for a whole bunch of 3d files, I would prefer step but I can work with parasolid too. I don't really want to go to grabcad and download 1,000 one at a time. Thanks in advance for your help!
I ended up finding a journal on a forum that worked for me. Thank you for your help.
Option Strict Off
Imports System
Imports NXOpen
Imports NXOpen.UF
Imports NXOpenUI
Imports NXOpen.Utilities
Imports NXOpen.Annotations
Module ChangeNoteWord
Dim s As Session = Session.GetSession()
dim...
I have my journal set up and it works great when I have NX open, but I can't seem to pass the data on to the .vb from the .bat. From what I have seen others saying, you can enter "c:\path\run_journal.exe C:\path\journal.vb -args c:\path\part.prt". When I do this I get an error that says "Runtime...
Hi All,
I have been trying to automate moving and translating files. I basically have all the code done and I'm using the "ug_inspect.exe -extract_all". I'm trying to export a whole assembly into one parasolid, and it seems like the only thing that is exporting is a body feature that is in the...