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.
Just open the Euclid namespace.
open Euclid
after referencing the package Euclid.Rhino.
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.
see CHANGELOG.md
Just run dotnet build in the root directory.