Boolean operation library for .NET framework 4.8
Find a file
2024-09-04 14:29:30 +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 Contours orientate themselves properly. 2024-09-04 13:59:00 +02:00
Boprs.sln core functionality 2024-09-01 13:10:19 +02:00
Commands.cs Compute closed contours. 2024-09-04 09:04:07 +02:00
Contour.cs Contours orientate themselves properly. 2024-09-04 13:59:00 +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 Optimize the contour creation. 2024-09-04 14:29:30 +02:00
SweepEdge.cs Contours orientate themselves properly. 2024-09-04 13:59:00 +02:00
SweepLine.cs Contours orientate themselves properly. 2024-09-04 13:59:00 +02:00
SweepVertex.cs Compute closed contours. 2024-09-04 09:04:07 +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.