This repository provides a dotnet new template for creating custom NXOpen applications using C#. It includes a basic NX Journal Template that you can use as a starting point for your own NXOpen projects.
To use this template and run the NX Journal Template, you'll need the following:
- Siemens NX installed on your machine.
- Visual Studio 2022 or later with the ".NET desktop development" workload installed. You can also use Visual Studio Code with C# and C# Dev Kit extensions.
- .NET Framework 4.7.2
- Basic knowledge of C# programming.
- Some familiarity with NXOpen API. See Getting Started with NX Open guide from Siemens.
To get started, follow these steps:
- Run following command to install the project templates:
dotnet new install NXOpen.Templates
- Run
dotnet new nxjournal
- Select 'NX Journal Template' when you create a new project