Hello NX experts,
We are having difficulties with the Parts List when updating the attribute information from our assemblies, in which numerous drawings are being affected. The issue is that when the parts lists are updated, sometimes the exact same parts will separate onto two different rows...
Hello,
I have a really simple question. I'm attempting to create a reoccurring e-mail message in Outlook, in which I've located the following link, which works well: https://support.microsoft.com/en-us/help/239087/how-to-create-a-recurring-e-mail-message-in-outlook. But my question is "How...
Hello,
I've completed VB code that properly creates html files from drawing sheets, in which it throws out an error message after creating the files and states the following:
"NXOpen.NXException.Invalid file name
at NXOpen.Builder.Commit()
at NXJournal.Main() in...
Hello,
I'm attempting to initiate a .bat file from NX with VB code, in which I've Googled searched and tried several bits of code, but without success. Can someone please help guide me on the right track? Later, I will embed this section of code into a larger program without shelling out to...
Hello Eng-Tips forum,
Can you please tell me if a VB program can run in Teamcenter (not within the NX environment, but just Teamcenter)?
Thank you for your answer ahead of time.
Regards,
NX Prof
Hello,
I'd like to create a VB program that runs in Teamcenter 9.1 and creates a comparison between the current REV and the previous REV from the Product Structure Editor (PSE). The program would have the comparison in a multi-level fashion, while displaying the BOM expanded to the lowest...
Hello,
Has anyone received the System.NullReferenceException: Object reference not set to an instance of an object at NXJournal.Main() error message when attempting to perform an array operation?
I've declared a counter and an array number variable with the following:
Dim yCoordIndexCounter As...
Hello,
Currently, I'm able to move notes (annotation) on a single sheet where the notes reside depending upon the x and y-coords. But if there are multiple sheets (i.e. "SH1", "SH2", etc.), is there a method to identify the sheets the notes are on?
My plan is to be able to have the user...
Hello,
I'm hoping to find an equation to solve for the distance of the center location of one circle from another circle given several variables of three circles and a given distance between intersecting points on the three circles. Please see the attached layout, which indicates the given...
Hello,
Does anyone know VB code using NX7.5 to select all entities within a rectangular area (x1, y1) to (x2, y2) on a sheet within the Drafting module?
Thank you for your help ahead of time!
Hello,
Does anyone know VB code using NX7.5 to select entities with a filter selection set and grab only certain entities [i.e. - notes, a view’s attribute text (the scale, view name, etc.), lines, etc.] on a sheet within the Drafting module? And if so, how would you then select each entity...
Hello all,
Can anyone please help me? I am working with NX 7.5 - mostly the drafting side as well as some modeling. And I just had the full Visual Studio with Visual Basic (VB) 2012 loaded.
I've been able to generate simple VB code to run inside of NX 7.5. But I would like to write code as...
Hello,
I'm attempting to program in VB to replace the title block patterns (out-dated patterns with new patterns) within a NX7.5 Teamcenter environment. Since this is unlike replacing patterns in native NX environment where the letter drive and filename can be specified, is there a method to...
Hello,
I'm attempting to program in VB to switch the patterns (out-dated patterns with new patterns), while replacing the patterns (old to new) from Teamcenter. Subsequently, since this is unlike replacing patterns in native NX from a letter drive and filenames, is there a method to perform a...
Hello,
I’ve been working with NX 7.5 within Teamcenter for 1.5 years and am just starting to learn VB.NET in preparation for developing VB programs to expedite many daily routines within NX’s drafting module. Currently, I’m self-training in VB with a very good step by step textbook. But can...