Euclid.Rhino
0.14.0
Prefix Reserved
dotnet add package Euclid.Rhino --version 0.14.0
NuGet\Install-Package Euclid.Rhino -Version 0.14.0
<PackageReference Include="Euclid.Rhino" Version="0.14.0" />
<PackageVersion Include="Euclid.Rhino" Version="0.14.0" />
<PackageReference Include="Euclid.Rhino" />
paket add Euclid.Rhino --version 0.14.0
#r "nuget: Euclid.Rhino, 0.14.0"
#addin nuget:?package=Euclid.Rhino&version=0.14.0
#tool nuget:?package=Euclid.Rhino&version=0.14.0
Euclid.Rhino
This package is for using the Euclid geometry library in Rhino3D.
It provides extension members for drawing Euclid geometry in Rhino.
And for converting Rhino geometry to Euclid geometry. And vice versa.
The version number of Euclid.Rhino
is aligned with the referenced version of Euclid
.
Documentation
Just open the Euclid namespace.
open Euclid
This will auto-open the module AutoOpenRhinoIntegration
You will get access to all the extension methods for Rhino integration.
Call setupEuclidDebugFunctions()
once to replace the default debug drawing functions with Rhino specific ones.
The library Euclid has no reference to Rhino.
However it has these mutable functions to display debug information in case of errors.
By default these functions do nothing.
After calling setupEuclidDebugFunctions()
they get replaced with implementations that use Rhino for drawing.
For the main functions look at main.fs .
Or go to goswinr.github.io/Euclid.Rhino for the full documentation.
Changelog
see CHANGELOG.md
Build from source
Just run dotnet build
in the root directory.
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Euclid (>= 0.14.0)
- FSharp.Core (>= 6.0.7)
-
net7.0
- Euclid (>= 0.14.0)
- FSharp.Core (>= 6.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### Changed
* - update to pull in Euclid 0.14.0
* - target net7.0 too