Skip to content

goswinr/Euclid.Rhino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Euclid.Rhino

Euclid.Rhino on nuget.org Build Status Docs Build Status

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
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.

Changelog

see CHANGELOG.md

Build from source

Just run dotnet build in the root directory.

License

MIT

About

Utilities to use types from Euclid in Rhino3d

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages