-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Polygon Clipping by 4SmartMachines - Toolkit for LabVIEW Download
Version | 1.0.1.2 |
Released | Apr 17, 2020 |
Publisher | 4SmartMachines |
License | Not Specified |
LabVIEW Version | LabVIEW x64>=16.0 |
Operating System | Windows x64 |
Project links |
Description
The VIs in this collection perform clipping (intersection, union, difference, xor) operations on polygon sets. It is super fast and very robust. Additionally, you can also compute growing and shrinking (offset) operations as well as parameter calculations (area, length, bounding boxes) on polygon sets.
You can calculate the signed distance of a point to all polygons in a polygon set. This way you can also determine if a point is inside or outside of a polygon.
Note: This installer requires LabVIEW and VI Package Manager to be run with Administrator privileges.
*** LabView 64-Bit is required
Release Notes
- new possibility to define "Fill Rules" for polygon sets. Fill rules determine inside or outside of a polygon set.
- the default Fill Rule is now "Positive" (previously it was "EvenOdd")
- new possibility to calculate the signed distance of a point to polygons (this also allows you to determine if a point is inside or outside of a polygon).