GeometRi 0.9.6
See the version list below for details.
dotnet add package GeometRi --version 0.9.6
NuGet\Install-Package GeometRi -Version 0.9.6
<PackageReference Include="GeometRi" Version="0.9.6" />
paket add GeometRi --version 0.9.6
#r "nuget: GeometRi, 0.9.6"
// Install GeometRi as a Cake Addin #addin nuget:?package=GeometRi&version=0.9.6 // Install GeometRi as a Cake Tool #tool nuget:?package=GeometRi&version=0.9.6
GeometRi is a simple and lightweight 3D geometry library for .Net. It is not one more 3D graphics library, its main job is manipulations with basic geometrical primitives, such as point, line, plane, segment in 3D space: translation and rotation operations, distance calculation, intersections, orthogonal projections of one object into another, etc. The objects can be defined in global or in one of the local coordinate systems and converted form one coordinate system into another.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on GeometRi:
Repository | Stars |
---|---|
painezeng/CSharpAndSolidWorks
solidworks 二次开发 api 定制开发 参数化 自动化 工程图
|
Version | Downloads | Last updated |
---|---|---|
1.4.1.1 | 131 | 10/24/2024 |
1.4.1 | 4,130 | 4/16/2024 |
1.4.0.5 | 18,949 | 4/3/2023 |
1.4.0.4 | 627 | 3/28/2023 |
1.4.0.3 | 7,688 | 10/25/2022 |
1.4.0.2 | 927 | 9/13/2022 |
1.3.5.16 | 22,910 | 7/5/2021 |
1.3.5.15 | 35,916 | 1/6/2021 |
1.3.5.14 | 3,271 | 8/10/2020 |
1.3.5.13 | 11,009 | 10/1/2019 |
1.3.5.12 | 2,909 | 6/18/2019 |
1.3.5.11 | 1,944 | 5/16/2019 |
1.3.5.10 | 1,309 | 5/14/2019 |
1.3.5.9 | 2,122 | 3/14/2019 |
1.3.5.8 | 2,228 | 1/10/2019 |
1.3.5.7 | 1,417 | 12/15/2018 |
1.3.5.6 | 1,525 | 12/12/2018 |
1.3.5.5 | 5,761 | 11/2/2018 |
1.3.5.4 | 1,607 | 10/14/2018 |
1.3.5.3 | 1,709 | 9/15/2018 |
1.3.5.2 | 1,803 | 7/7/2018 |
1.3.5.1 | 1,829 | 6/30/2018 |
1.3.5 | 5,234 | 6/20/2018 |
1.3.4 | 1,726 | 5/4/2018 |
1.3.3 | 1,643 | 4/20/2018 |
1.3.2 | 1,798 | 11/27/2017 |
1.3.1 | 2,457 | 10/6/2017 |
1.3.0 | 1,651 | 9/18/2017 |
1.2.1 | 1,647 | 9/11/2017 |
1.2.0 | 1,648 | 8/26/2017 |
1.1.2 | 1,688 | 8/9/2017 |
1.1.1 | 1,683 | 8/4/2017 |
1.1.0 | 1,710 | 7/30/2017 |
1.0.1 | 1,743 | 7/23/2017 |
0.9.6 | 1,686 | 6/21/2017 |
0.9.5 | 1,677 | 6/3/2017 |
0.9.4 | 1,681 | 5/31/2017 |
0.9.3 | 1,733 | 5/21/2017 |
0.9.2 | 1,690 | 4/29/2017 |
0.9.1 | 1,648 | 4/25/2017 |
0.9.0 | 1,698 | 4/23/2017 |
Added "Ellipse" object.