Exporting dimensions to Excel from NX
This blog is the third part of a 3 part series on NX journalling The aim of this blog post is to open an excel window from NX and exporting properties from workPart.Dimensions to excel. Continuing from the previous post, we could write the following program The following code can also be found at https://github.com/HarshaAsh/NXBasics Option Strict Off…
Getting the dimensions of the selected Part
This blog is the second part of a 3 part series on NX journalling The aim of this blog post is to display dimensions of a part Part dimensions will be stored in workPart.Dimensions and can be displayed on a listing window. Continuing from the previous post, we could write the following program Imports System Imports…
Selecting a part in NX Journaling
This blog post is the first part of 3 part series on NX Journaling The aim of this blog post is to select a part. Before writing codes for journals, it’s easier to create a journal and then look at its code. In NX 10.0, start recording a journal from tools -> journal Do…