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
                    
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="Euclid.Rhino" Version="0.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Euclid.Rhino" Version="0.14.0" />
                    
Directory.Packages.props
<PackageReference Include="Euclid.Rhino" />
                    
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 Euclid.Rhino --version 0.14.0
                    
#r "nuget: Euclid.Rhino, 0.14.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=Euclid.Rhino&version=0.14.0
                    
Install Euclid.Rhino as a Cake Addin
#tool nuget:?package=Euclid.Rhino&version=0.14.0
                    
Install Euclid.Rhino as a Cake Tool

Logo

Euclid.Rhino

Euclid.Rhino on nuget.org Build Status Docs Build Status Hits license code size

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

MIT

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.14.0 68 5/24/2025
0.13.0 88 3/15/2025
0.10.0 139 9/19/2024
0.9.0 148 7/7/2024
0.6.1 159 2/17/2024
0.5.0 198 1/7/2024
0.4.1 204 12/2/2023
0.4.0 164 11/29/2023
0.3.0 179 10/22/2023
0.2.0 237 2/18/2023

### Changed

* - update to pull in Euclid 0.14.0
* - target net7.0 too