LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XYZ array to intensisty map

Solved!
Go to solution

In TrianglestoSTL_2.vi there is a button to switch between the two Delaunay triangulations:

 

native Labview:

https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/analysis/geometry-llb/delaunay-tria...

 

and the link: 

https://forums.ni.com/t5/LabVIEW/Delaunay-triangulation-and-mesh-generation-in-3D/m-p/1307044#M53772...

 

The last one is faster, but the final result is the same.

In this case they seems not able to create a good 3D triangulation. it's more complex than I thought.

 

Download All
0 Kudos
Message 31 of 32
(18 Views)

Original points are sorted by z coordinates, while both Delaunay triangulations operate a sort of points in order of ascending xy coordinates.

Could it be a cause of points confusion?

0 Kudos
Message 32 of 32
(8 Views)