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
<PackageReference Include="Euclid.Rhino" Version="0.13.0" />
<PackageVersion Include="Euclid.Rhino" Version="0.13.0" />
<PackageReference Include="Euclid.Rhino" />
paket add Euclid.Rhino --version 0.13.0
#r "nuget: Euclid.Rhino, 0.13.0"
#addin nuget:?package=Euclid.Rhino&version=0.13.0
#tool nuget:?package=Euclid.Rhino&version=0.13.0
Euclid.Rhino
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Euclid (>= 0.13.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.13.0