Jump to content

SceneClipPlane class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide SceneClipPlane Properties Table</span>
{{VIServerClassTables|110}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ SceneClipPlane Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|1BF41001
| [[SceneClipPlane class/Number property|Number]]
|Reads or writes the number that identifies the clip plane. The range is 0&#8722;5. The default is 0.
|R/W
|X
|- style="background-color:#FFFFCC;"
|1BF41000
| [[SceneClipPlane class/Plane property|Plane]]
|Reads or writes the four coefficients of the plane equation.
 
Ax&#43;By&#43;Cz&#43;D&#61;0
 
Elements:
*Name
*Description
*A - The value of the A coefficient of the plane equation.
*B - The value of the B coefficient of the plane equation.
*C - The value of the C coefficient of the plane equation.
*D - The value of the D coefficient of the plane equation.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 02:21, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SceneClipPlane class
Class ID 110
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


    The SceneClipPlane class is a class in the VI Server Class Hierarchy, (see also VI Server).

    Properties

    Show/Hide SceneClipPlane Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    SceneClipPlane Properties Table
    Property ID Long Name (English) Description R/W RTE
    1BF41000PlaneReads or writes the four coefficients of the plane equation.Read/WriteYes
    1BF41001NumberReads or writes the number that identifies the clip plane. The range is 05. The default is 0.Read/WriteYes

    Methods

    This class has no methods or it inherits methods from its parent: SceneNode Class.

    Events

    This class has no events or it inherits events from its parent: SceneNode Class.


    History

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

    See Also