Jump to content

SceneMesh class/Delaunay Mesh method

From LabVIEW Wiki
Revision as of 14:15, 7 May 2020 by Q (talk | contribs) (Category reorg)
VI Server Method Information
Method ID 62A42C02
Scope Basic Development Environment
Data Name DelaunayMesh
Short Name* DelaunayMesh
Long Name* Delaunay Mesh
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 118
Owning Class Name SceneMesh Class
Return Data Type No return value
Invoke Node Delaunay Mesh
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Generates a Delaunay triangulation mesh around an array of points. Use this method on an array of 3D points in which no two points share the same x and y values.

Parameters

Data type Name Required Description
Numeric Cluster Array VertArray Yes Specifies the array of vertices from which LabVIEW generates the Delaunay mesh.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links