Jump to content

Application class/Scene.New Clip Plane method: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Category reorg
 
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