NXOpen.Extensions 1.1.7.2

dotnet add package NXOpen.Extensions --version 1.1.7.2
                    
NuGet\Install-Package NXOpen.Extensions -Version 1.1.7.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NXOpen.Extensions" Version="1.1.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NXOpen.Extensions" Version="1.1.7.2" />
                    
Directory.Packages.props
<PackageReference Include="NXOpen.Extensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NXOpen.Extensions --version 1.1.7.2
                    
#r "nuget: NXOpen.Extensions, 1.1.7.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NXOpen.Extensions@1.1.7.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NXOpen.Extensions&version=1.1.7.2
                    
Install as a Cake Addin
#tool nuget:?package=NXOpen.Extensions&version=1.1.7.2
                    
Install as a Cake Tool

这个包用于扩展 NXOpen 的功能,支持 NX 10.0 / 11.0 等多版本,切换项目配置时,自动切换到对应 NX 版本的类库。

使用时,最好配合 NXOpen 项目创建向导 for Visual Studio 2022~2026 这个 Visual Studio 插件来一起使用,如果没有安装此插件,需要手动定义类似<NXVersionNumber>2206</NXVersionNumber>的变量,以便可以引用到正确版本的包。

目前暂时只支持 .NET Framework。

1.1.7 更新内容

添加 DC2606 支持

项目当前仍处于预览阶段,谨慎使用。

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.6.2

    • 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.