Jump to content

Application class/Scene.New Texture method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
Line 6: Line 6:
| shortname = Scene.New Texture
| shortname = Scene.New Texture
| longname = Scene:New Texture
| longname = Scene:New Texture
| datatypeimage = StringConstant Refnum Indicator.png
| datatypeimage = Scene Texture Refnum Indicator.png
| datatype = StringConstant Refnum
| datatype = Scene Texture Refnum
| invokenodeimage = Application-Scene-New Texture.png
| invokenodeimage = Application-Scene-New Texture.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 24: Line 24:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:StringConstant Refnum Indicator.png|frameless|border|StringConstant Refnum|link=StringConstant Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:Scene Texture Refnum Indicator.png|frameless|border|Scene Texture Refnum|link=Scene Texture Refnum data type]]
| '''Scene:New Texture'''
| '''Scene:New Texture'''
| Yes. Return value.  
| Yes. Return value.  
Line 48: Line 48:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:Method]]
[[Category:VI Server Method]]

Revision as of 03:12, 22 April 2020

VI Server Method Information
Method ID 874
Scope Basic Development Environment
Data Name Scene.New Texture
Short Name* Scene.New Texture
Long Name* Scene:New Texture
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type Scene Texture Refnum data type

Scene Texture Refnum

Invoke Node Scene:New Texture
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Gets a reference to a texture to apply to a geometry in a 3D scene.

Parameters

Data type Name Required Description
Scene Texture Refnum Scene:New Texture Yes. Return value.

Uses

History

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

See Also

External Links