WW_Net6.0 6.0.2025.7231-trial

This is a prerelease version of WW_Net6.0.
dotnet add package WW_Net6.0 --version 6.0.2025.7231-trial
                    
NuGet\Install-Package WW_Net6.0 -Version 6.0.2025.7231-trial
                    
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="WW_Net6.0" Version="6.0.2025.7231-trial" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WW_Net6.0" Version="6.0.2025.7231-trial" />
                    
Directory.Packages.props
<PackageReference Include="WW_Net6.0" />
                    
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 WW_Net6.0 --version 6.0.2025.7231-trial
                    
#r "nuget: WW_Net6.0, 6.0.2025.7231-trial"
                    
#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 WW_Net6.0@6.0.2025.7231-trial
                    
#: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=WW_Net6.0&version=6.0.2025.7231-trial&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WW_Net6.0&version=6.0.2025.7231-trial&prerelease
                    
Install as a Cake Tool

This library contains geometric primitives and algorithms: 2D, 3D and 4V vector, matrix, polyline and polygon types. The main geometric operations are 2D (Delaunay) triangulation and polygon clipping (union, difference, intersection, xor). The latest clipping implementation is floating point based and allows self-intersecting inputs.

To try the software, a trial license must be obtained from: https://www.woutware.com/SoftwareLicenses. The library has to be initialized before use with a call to method WW.WWLicense.SetLicense(string licenseString).

For documentation see: http://www.woutware.com/doc/NetCore2.0/. For questions just visit the forum on https://www.woutware.com/Forum/Board/10/questions-and-general-support.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WW_Net6.0:

Package Downloads
WW.Cad_Net6.0

For the .NET Windows version of this library with Win Forms, WPF and OpenGL rendering please visit https://www.woutware.com/net/cad. For examples see https://github.com/woutware/WW.Cad_Net6.0_Examples. This is an evaluation version only. WW.Cad.Net.6.0 is a .NET 6.0 multi-platform library used by many companies around the world to create, read, write and modify AutoCAD DWG and DXF files. It can also export AutoCAD drawings to image, PDF and SVG. To try the software, a trial license must be obtained from: https://www.woutware.com/SoftwareLicenses. The library has to be initialized before use with a call to method WW.WWLicense.SetLicense(string licenseString). For documentation see: http://www.woutware.com/doc/NetCore2.0/index.html. For questions just visit the forum on https://www.woutware.com/Forum/Board/10/questions-and-general-support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.2025.7231-trial 477 7/23/2025
6.0.2025.7041-trial 96 7/4/2025
6.0.2025.6041-trial 129 6/4/2025
6.0.2025.3212-trial 158 3/21/2025
6.0.2025.3211-trial 134 3/20/2025
6.0.2025.3201-trial 135 3/20/2025
6.0.2025.2071-trial 91 2/11/2025
6.0.2025.1231-trial 85 1/23/2025
6.0.2025.1151-trial 83 1/15/2025
6.0.2024.9111-trial 2,984 9/12/2024
6.0.2023.11011-trial 102 11/1/2023
6.0.0-rc9 452 5/3/2022
6.0.0-rc7 213 4/22/2022
6.0.0-rc5 236 4/12/2022
6.0.0-rc47 116 10/24/2023
6.0.0-rc45 363 7/14/2023
6.0.0-rc43 14,170 7/13/2023
6.0.0-rc37 764 5/22/2023
6.0.0-rc35 179 5/16/2023
6.0.0-rc3 245 4/11/2022
6.0.0-rc29 331 2/23/2023
6.0.0-rc25 803 10/11/2022
6.0.0-rc21 221 7/26/2022
6.0.0-rc19 432 6/27/2022
6.0.0-rc17 203 6/20/2022
6.0.0-rc15 459 6/17/2022
6.0.0-rc13 216 5/18/2022

Add BSplineSurface4D class.