SceneMesh class/Share Arrays method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 62A42C01
Scope Basic Development Environment
Data Name ShareArrays
Short Name* ShareArrays
Long Name* Share Arrays
* 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 Share Arrays
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

Shares colors, normals, texture coordinates, and/or vertex arrays between meshes.

Parameters

Data type Name Required Description
RightShiftRegister Refnum Source Mesh Yes Refers to the source of the scene mesh.
Boolean Vertices No Specifies whether to share vertex arrays.
Boolean Colors No Specifies whether to share colors.
Boolean Normals No Specifies whether to share normals.
Boolean Texture Coords No Specifies whether to share texture coordinates.

Uses

History

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

See Also

External Links