Euclid.Rhino
0.10.0
Prefix Reserved
dotnet add package Euclid.Rhino --version 0.10.0
NuGet\Install-Package Euclid.Rhino -Version 0.10.0
<PackageReference Include="Euclid.Rhino" Version="0.10.0" />
paket add Euclid.Rhino --version 0.10.0
#r "nuget: Euclid.Rhino, 0.10.0"
// Install Euclid.Rhino as a Cake Addin #addin nuget:?package=Euclid.Rhino&version=0.10.0 // Install Euclid.Rhino as a Cake Tool #tool nuget:?package=Euclid.Rhino&version=0.10.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 now see full API documentation on fuget.org or look at main.fs for the source code.
License
Release Notes
0.10.0
- update to pull in Euclid 0.10.0
0.9.0
- update to pull in Euclid 0.9.0
- net7 support
0.7.0
- update to pull in Euclid 0.7.0
0.6.1
- update to pull in Euclid 0.6.1
0.5.0
- update to pull in Euclid 0.5.0
- auto open RhinoIntegration module
0.4.1
- update to pull in Euclid 0.4.1
0.4.0
- update to pull in Euclid 0.4.0
0.3.0
- update to Euclid 0.3.0
- fix typos
0.2.0
- align with Euclid 0.2.0
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. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Euclid (>= 0.10.0)
- FSharp.Core (>= 5.0.2)
-
net7.0
- Euclid (>= 0.10.0)
- FSharp.Core (>= 5.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- update to pull in Euclid 0.10.0
- remove support for net7