Jump to content

Application class/Scene.New Clip Plane 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 Clip Plane
| shortname = Scene.New Clip Plane
| longname = Scene:New Clip Plane
| longname = Scene:New Clip Plane
| datatypeimage = NamedNumericConstant Refnum Indicator.png
| datatypeimage = Scene Clip Plane Refnum Indicator.png
| datatype = NamedNumericConstant Refnum
| datatype = Scene Clip Plane Refnum
| invokenodeimage = Application-Scene-New Clip Plane.png
| invokenodeimage = Application-Scene-New Clip Plane.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:NamedNumericConstant Refnum Indicator.png|frameless|border|NamedNumericConstant Refnum|link=NamedNumericConstant Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:Scene Clip Plane Refnum Indicator.png|frameless|border|Scene Clip Plane Refnum|link=Scene Clip Plane Refnum data type]]
| '''Scene:New Clip Plane'''
| '''Scene:New Clip Plane'''
| 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 87E
Scope Basic Development Environment
Data Name Scene.New Clip Plane
Short Name* Scene.New Clip Plane
Long Name* Scene:New Clip Plane
* 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 Clip Plane Refnum data type

Scene Clip Plane Refnum

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

Creates a new clip plane in a 3D scene.

The clip plane defines values beyond which an object can or cannot be drawn. An object that encounters a clip plane will be cut off at the point at which it intersects the plane.

Parameters

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

Uses

History

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

See Also

External Links