NXOpen.Templates
0.0.2
dotnet new install NXOpen.Templates::0.0.2
This package contains a .NET Template Package you can call from the shell/command line.
NXOpen Templates
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.
Prerequisites
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.
Getting Started
To get started, follow these steps:
- Run following command to install the project templates:
dotnet new install NXOpen.Templates
Usage
Using the CLI
- Run
dotnet new nxjournal
Using Visual Studio
- Select 'NX Journal Template' when you create a new project
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.