Jump to content

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

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
| shortname = Scene.New Object
| shortname = Scene.New Object
| longname = Scene:New Object
| longname = Scene:New Object
| datatypeimage = Constant Refnum Indicator.png
| datatypeimage = Scene Object Refnum Indicator.png
| datatype = Constant Refnum
| datatype = Scene Object Refnum
| invokenodeimage = Application-Scene-New Object.png
| invokenodeimage = Application-Scene-New Object.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 26: Line 26:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:Constant Refnum Indicator.png|frameless|border|Constant Refnum|link=Constant Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:Scene Object Refnum Indicator.png|frameless|border|Scene Object Refnum|link=Scene Object Refnum data type]]
| '''Scene:New Object'''
| '''Scene:New Object'''
| Yes. Return value.  
| Yes. Return value.  
Line 50: Line 50:
{{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:VI Server Method]]

Latest revision as of 14:06, 7 May 2020

VI Server Method Information
Method ID 873
Scope Basic Development Environment
Data Name Scene.New Object
Short Name* Scene.New Object
Long Name* Scene:New Object
* 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 Object Refnum data type

Scene Object Refnum

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

Creates a new object in a 3D scene.

You must assign a geometry to the object before it can appear in the 3D scene.

Parameters

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

Uses

History

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

See Also

External Links