Euclid.Rhino 0.13.0

Prefix Reserved
dotnet add package Euclid.Rhino --version 0.13.0
                    
NuGet\Install-Package Euclid.Rhino -Version 0.13.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.13.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Euclid.Rhino" Version="0.13.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.13.0
                    
#r "nuget: Euclid.Rhino, 0.13.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.13.0
                    
Install Euclid.Rhino as a Cake Addin
#tool nuget:?package=Euclid.Rhino&version=0.13.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.<br> It provides extension members for drawing Euclid geometry in Rhino.<br> And for converting Rhino geometry to Euclid geometry. And vice versa.<br> The version number of Euclid.Rhino is aligned with the referenced version of Euclid.

Documentation

Just open the Euclid namespace.<br> open Euclid<br> This will auto-open the module AutoOpenRhinoIntegration<br> 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.<br> The library Euclid has no reference to Rhino.<br> However it has these mutable functions to display debug information in case of errors.<br> By default these functions do nothing.<br> After calling setupEuclidDebugFunctions() they get replaced with implementations that use Rhino for drawing.

For the main functions look at main.fs .<br> 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 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.13.0 65 a month ago
0.10.0 132 7 months ago
0.9.0 141 9 months ago
0.6.1 151 2/17/2024
0.5.0 192 1/7/2024
0.4.1 198 12/2/2023
0.4.0 157 11/29/2023
0.3.0 173 10/22/2023
0.2.0 224 2/18/2023

### Changed

* - update to pull in Euclid 0.13.0