Skip to content

Why was this library made?

Angelo Mastro edited this page May 11, 2023 · 4 revisions

Working in Revit (a product by Otto Desc) with the Revit API has often been fun.

Yet, when I started to do some more serious computations I started to need functions like Intersection or Overlap.

The API mysteriously fails on these functions, as reported in posts like this one. Like poor Alexander in this post, my "estimates" were also disrupted and caused stupid frictions with my middle management. So I read a book and wrote these functions by myself.

image

This library is meant to be tested, reliable, and flexible enough to cover the use cases of my 2D and 3D operations.

I mainly used these two books, plus my practical experience.

image

It's a shame that this is only in C#, maybe one day a C++ one will be produced.

Clone this wiki locally