Boolean operation library for .NET framework 4.8
Find a file
2024-09-02 10:11:17 +02:00
Properties release 1.0.1 2024-09-02 10:11:17 +02:00
.gitignore core functionality 2024-09-01 13:10:19 +02:00
BooleanOperation.cs Fix edges not carrying over pre-computed information on clone 2024-09-02 10:08:52 +02:00
Boprs.csproj Fix edges not carrying over pre-computed information on clone 2024-09-02 10:08:52 +02:00
Boprs.sln core functionality 2024-09-01 13:10:19 +02:00
Commands.cs Fix edges not carrying over pre-computed information on clone 2024-09-02 10:08:52 +02:00
LICENSE core functionality 2024-09-01 13:10:19 +02:00
README.md core functionality 2024-09-01 13:10:19 +02:00
Region.cs Fix edges not carrying over pre-computed information on clone 2024-09-02 10:08:52 +02:00
SweepEdge.cs Fix edges not carrying over pre-computed information on clone 2024-09-02 10:08:52 +02:00
SweepLine.cs core functionality 2024-09-01 13:10:19 +02:00
SweepVertex.cs Fix edges not carrying over pre-computed information on clone 2024-09-02 10:08:52 +02:00
Utils.cs core functionality 2024-09-01 13:10:19 +02:00

Boprs

Boolean operation library for .NET framework 4.8, written in C#. Default bindings for AutoCAD (pre-v25) and BricsCAD.

Implements the algorithm described in the "A simple algorithm for Boolean operations on polygons" paper by F. Martínez et al.