Jump to content

SceneObject class/Clip Plane.Add 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 27: Line 27:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:NamedNumericConstant Refnum.png|frameless|border|NamedNumericConstant Refnum|link=NamedNumericConstant Refnum data type]][[File:NamedNumericConstant Refnum Indicator.png|frameless|border|NamedNumericConstant Refnum|link=NamedNumericConstant Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:SceneClipPlane Refnum.png|frameless|border|SceneClipPlane  Refnum|link=SceneClipPlane Refnum data type]][[File:SceneClipPlane Refnum Indicator.png|frameless|border|SceneClipPlane Refnum|link=SceneClipPlane Refnum data type]]
| '''Clip Plane'''
| '''Clip Plane'''
| Yes  
| Yes  
Line 51: Line 51:
{{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:15, 7 May 2020

VI Server Method Information
Method ID 2D877426
Scope Basic Development Environment
Data Name Clip Plane.Add Clip Plane
Short Name* Clip Plane.Add Clip Plane
Long Name* Clip Plane:Add Clip Plane
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 105
Owning Class Name SceneObject Class
Return Data Type No return value
Invoke Node Clip Plane:Add Clip Plane
Available in Real-Time Operating SystemNo
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 runningYes

Adds a clip plane to the 3D scene. If you wire the Clip Plane output, you must close the reference when you no longer need it.

Parameters

Data type Name Required Description
SceneClipPlane RefnumSceneClipPlane Refnum Clip Plane Yes The refnum input for the clip plane you add to the 3D scene.

Uses

History

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

See Also

External Links