Hello community,
I am facing some problems regarding the extension of an edge (some edges) and the previous selection of some associatively linked face(s). My goal is to execute some VB Macro which asks the user to select some faces and create a Face Chain [see 1)]. In the past I worked with a...
Hello community,
I am wondering if it is possible to simply [and only] start any construction feature in NX with a simple “launch” command. This means that only the start window of the construction feature is shown. Especially, I am interested in the creation of a point therefore the example...
Hello community,
My goal is to import a few cells from a MS Excel file to a vb.net application running inside NX.
Main steps:
1) Define the file path of the excel file
2) Click a read/import-button
3) Values of certain cells (only numbers) are imported and related to respective NumericUpDown...
Hello community,
I want to extract the “internal” ID of an element with the help of a given requirement ID but don’t know the function behind this task.
Example with a PMI Label:
Requirement ID = 4129
Internal ID = 6057708
The general information window (select element “Label(4129)” inside...
Hello community!
My aim is to write VB code within Visual Studio and execute it directly in NX. I usually copied the source code from Studio and pasted it into the NX Journal Editor. Since the code is pretty easy there are no problems with this method. While working on complex projects with...