Owning Palette: Geometry VIs
Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Computational Geometry VIs to compute a geometrical problem.
| Palette Object | Description | 
|---|---|
| Contour Line | Calculates and returns the contour lines of a surface and the contour graph. | 
| Convex Hull | Computes the vertices of a convex polygon, which are the set of points that make up the polygon that contains all the points. | 
| Convex Polygon Intersection | Computes the intersection of two convex polygons. | 
| Delaunay Triangulation | Computes the Delaunay triangulation of the specified points in the plane. | 
| Point in Polygon | Verifies whether a point is inside a polygon. | 
| Polygon Area | Calculates the signed area of a simple polygon. | 
| Polygon Centroid | Computes the centroid of a polygon. | 
| Voronoi Diagram | Computes the Voronoi diagram of specified points in a plane. |