GeometryEx 8.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GeometryEx --version 8.0.0
                    
NuGet\Install-Package GeometryEx -Version 8.0.0
                    
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="GeometryEx" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeometryEx" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="GeometryEx" />
                    
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 GeometryEx --version 8.0.0
                    
#r "nuget: GeometryEx, 8.0.0"
                    
#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.
#addin nuget:?package=GeometryEx&version=8.0.0
                    
Install GeometryEx as a Cake Addin
#tool nuget:?package=GeometryEx&version=8.0.0
                    
Install GeometryEx as a Cake Tool
  • Updated Delaunator Triangle name to _delTriangle to resolve naming collision with Elements.Geometry.
  • Simplified LineEx.ExtendStart implementation.
  • Simplified LineEx.ExtendEnd implementation.
  • Simplified LineEx.IsColinearWith and now always compares Z component of endpoints.
  • LineEx.IsColinearWith now takes the bool contiguous parameter to allow for overalpping lines.
  • Removed -LineEx.IsContiguousWith in favor of LineEx.IsColinearWith and bool parameter.
  • Simplified LineEx.IsHorizontal
  • Simplified LineEx.IsVertical
  • Simplified LineEx.IsParallelTo
  • Simplified LineEx.IsPerpendicularTo
  • Simplified LineEx.JoinTo
  • Added MeshEx.AddTriangles(List(Triangle)) to add multiple triangles and their vertices in one step.
  • Added List(Triangle) MeshEx.ConcaveTo(List(Triangle) Vector3 normal) to find concave regions of the Mesh from a list of Mesh Triangles.
  • Added List(Triangle) MeshEx.ConvexTo(List(Triangle) Vector3 normal) to find convex regions of the Mesh from a list of Mesh Triangles.
  • Upgraded MeshEx.IsConcave(Line edge, Vector3 normal)
  • Upgraded MeshEx.IsConvex(Line edge, Vector3 normal)
  • Upgraded MeshEx.IsConvex(Line edge, Vector3 normal)
  • Simplified MeshEx.IsFlat(Line edge)
  • Added Polygon MeshEx.PolygonBoundary.
  • Added bool Triangle.IsEqualTo(Triangle).
  • Added bool Triangle.IsLevel(Vector3 normal).
  • Added bool Triangle.IsListed(List(Triangle)).
  • Added List(Triangle) Triangle.ToList().
  • Added Polygon Triangle.ToPolygon().
  • Various code and comment cleanups and simplifications.
  • Updated and added associated tests.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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.

Version Downloads Last updated
8.2.0 20,474 8/13/2021
8.1.0 2,274 2/2/2021
8.0.0 525 12/27/2020
7.15.0 482 12/12/2020
7.14.0 511 12/8/2020
7.13.3 508 12/3/2020
7.13.2 503 12/2/2020
7.13.1 528 12/2/2020
7.13.0 538 12/2/2020
7.12.1 510 12/1/2020
7.12.0 481 12/1/2020
7.11.0 826 11/18/2020
7.10.1 529 11/12/2020
7.10.0 581 11/9/2020
7.9.0 545 11/4/2020
7.8.0 536 10/29/2020
7.7.0 502 10/28/2020
7.6.0 578 10/8/2020
7.5.0 605 10/8/2020
7.4.1 547 10/7/2020
7.4.0 562 10/7/2020
7.3.0 597 10/6/2020
7.2.7 539 10/4/2020
7.2.6 748 10/4/2020
7.2.5 594 10/4/2020
7.2.4 602 10/4/2020
7.2.3 600 10/4/2020
7.2.2 536 10/4/2020
7.2.1 563 10/2/2020
7.2.0 569 9/23/2020
7.1.1 651 9/22/2020
7.0.1 551 9/22/2020
7.0.0 510 9/22/2020
6.19.0 529 9/17/2020
6.18.0 572 9/15/2020
6.17.0 500 9/14/2020
6.16.0 502 9/10/2020
6.15.0 548 8/27/2020
6.14.0 515 8/27/2020
6.13.0 522 8/25/2020
6.12.0 549 8/23/2020
6.11.0 533 8/21/2020
6.10.0 862 8/15/2020
6.9.0 619 8/15/2020
6.8.1 569 8/13/2020
6.8.0 627 8/13/2020
6.7.0 636 8/12/2020
6.6.1 572 8/11/2020
6.6.0 551 8/11/2020
6.5.1 590 8/11/2020
6.5.0 575 8/11/2020
6.4.1 582 8/10/2020
6.4.0 654 8/9/2020
6.3.0 640 8/9/2020
6.2.0 524 8/9/2020
6.1.0 733 8/8/2020
6.0.0 623 8/7/2020
5.3.1 570 8/7/2020
5.3.0 604 8/7/2020
5.2.0 538 8/7/2020
5.1.0 594 8/4/2020
5.0.0 648 8/2/2020
4.9.0 691 8/1/2020
4.8.0 541 7/30/2020
4.7.0 549 7/28/2020
4.6.0 707 7/25/2020
4.5.0 551 7/24/2020
4.4.2 609 7/19/2020
4.4.1 610 7/19/2020
4.4.0 605 7/8/2020
4.3.2 568 7/6/2020
4.3.1 542 7/6/2020
4.3.0 572 7/5/2020
4.2.7 523 7/1/2020
4.2.6 519 6/29/2020
4.2.5 560 6/24/2020
4.2.4 591 6/24/2020
4.2.3 544 6/24/2020
4.2.2 571 6/18/2020
4.2.1 518 6/18/2020
4.2.0 725 6/17/2020
4.1.0 592 6/17/2020
4.0.0 623 5/29/2020
3.3.0 683 3/14/2020
3.2.0 675 2/24/2020
3.1.1 692 2/23/2020
3.1.0 719 2/22/2020
3.0.0 591 2/19/2020
2.34.1 637 2/19/2020
2.34.0 585 2/19/2020
2.33.0 576 2/13/2020
2.32.0 602 2/13/2020
2.31.0 638 2/6/2020
2.30.0 608 2/6/2020
2.29.1 614 2/1/2020
2.29.0 584 2/1/2020
2.28.0 727 1/31/2020
2.27.0 709 1/31/2020
2.26.0 598 1/31/2020
2.25.0 681 1/30/2020
2.24.0 624 1/30/2020
2.23.2 623 1/30/2020
2.23.1 620 1/29/2020
2.23.0 635 1/29/2020
2.22.0 567 1/29/2020
2.21.0 577 1/29/2020
2.20.0 613 1/28/2020
2.19.5 585 1/28/2020
2.19.4 566 1/28/2020
2.19.3 582 1/28/2020
2.19.2 584 1/28/2020
2.19.1 617 1/28/2020
2.19.0 598 1/28/2020
2.18.0 728 1/27/2020
2.17.1 608 1/27/2020
2.17.0 625 1/26/2020
2.16.1 659 1/26/2020
2.16.0 697 1/26/2020
2.15.1 722 1/26/2020
2.15.0 628 1/26/2020
2.14.0 718 1/25/2020
2.13.0 777 1/24/2020
2.12.0 659 1/24/2020
2.10.0 652 1/23/2020
2.9.0 654 1/23/2020
2.8.2 589 1/22/2020
2.8.1 705 1/21/2020
2.8.0 601 1/21/2020
2.7.0 615 1/21/2020
2.6.0 598 1/21/2020
2.5.0 694 1/19/2020
2.4.0 562 1/18/2020
2.3.0 564 1/16/2020
2.2.0 620 1/16/2020
2.1.0 656 12/13/2019
2.0.0 630 12/8/2019
1.13.0-alpha8 425 11/15/2019
1.13.0-alpha10 420 11/16/2019
1.12.0-alpha8 405 11/15/2019
1.11.0-alpha8 398 11/8/2019
1.11.0-alpha7 398 11/7/2019
1.11.0-alpha5 402 11/6/2019
1.10.0-alpha1 395 11/4/2019
1.9.2 625 10/2/2019
1.9.1 620 10/1/2019
1.9.0 597 9/29/2019
1.8.4 582 9/21/2019
1.8.3 588 9/9/2019
1.8.2 777 8/20/2019
1.8.1 775 8/13/2019
1.8.0 733 8/13/2019
1.7.2 744 8/13/2019
1.7.1 765 8/13/2019
1.7.0 782 8/2/2019
1.6.4 751 8/1/2019
1.6.3 758 7/29/2019
1.6.2 834 7/9/2019
1.6.1 750 7/7/2019
1.6.0 710 7/7/2019
1.5.0 714 7/6/2019
1.4.2 788 7/4/2019
1.4.1 770 6/30/2019
1.4.0 743 6/30/2019
1.3.0 733 6/27/2019
1.2.0 788 6/5/2019
1.1.7 760 6/4/2019
1.1.6 763 5/13/2019
1.1.5 770 5/12/2019
1.1.4 871 4/23/2019
1.1.3 857 4/23/2019
1.1.2 743 4/19/2019
1.1.0 786 4/19/2019
1.0.0 772 4/17/2019
0.9.2 799 4/16/2019
0.9.1 787 4/16/2019
0.9.0 787 4/15/2019
0.8.0 751 4/13/2019
0.7.1 759 4/13/2019
0.7.0 795 4/10/2019
0.6.0 769 4/9/2019
0.5.1 794 4/7/2019
0.5.0 824 4/3/2019
0.4.0 783 4/2/2019
0.3.0 771 4/2/2019
0.2.0 801 4/2/2019
0.1.0 792 4/2/2019