C Sharp

Create Blank Part With Drawing Sheet Using NX Open APIs | CAD Automation | C Sharp

It is quite possible to create a blank part and drawing sheet with one click of a button. Yes, you are right, this can be done with the journal. This journal below is written in C sharp programming language. Exactly how you either select a pre-defined template or custom apply a few settings on top […]

Create Blank Part With Drawing Sheet Using NX Open APIs | CAD Automation | C Sharp Read More »

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 »