Create new blank prt file with or without template | Using Nx Open Programming using C Sharp

NX Open is a powerful tool for automating NX CAD tasks. Below is source code that creates a new blank prt file with some predefined options. (first code block is in C sharp, and the other one is written in Visual Basic .Net) Code in C Sharp using System; using NXOpen; public class create_new_blank_part { […]

Create new blank prt file with or without template | Using Nx Open Programming using C Sharp Read More »