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…