Jump to content

SceneGeometry class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=SceneGeometry|id=112|scope=basic|class_0=Scene|class_1=SceneDrawable|class_2=SceneGeometry}}
{{VIServerClass|112}}


{{stub}}
{{stub}}
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 SceneGeometry Properties Table</span>
{{VIServerClassTables|112}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ SceneGeometry Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|5436BC00
| [[SceneGeometry class/TextureGenMode property|TextureGenMode]]
|Reads or writes how the texture coordinates for the geometry generate.
|R/W
|X
|- style="background-color:#FFFFCC;"
|5436BC01
| [[SceneGeometry class/TextureGenSPlane property|TextureGenSPlane]]
|Reads or writes the values that define the s-plane to which you apply the texture. The following equation defines the plane.
 
Ax+By+Cz+D=0
 
Elements:
*Name
*Description
*A - The A coefficient of the plane equation.
*B - The B coefficient of the plane equation.
*C - The C coefficient of the plane equation.
*D - The D coefficient of the plane equation.
|R/W
|X
|- style="background-color:#FFFFCC;"
|5436BC02
| [[SceneGeometry class/TextureGenTPlane property|TextureGenTPlane]]
|Reads or writes the values that define the t-plane to which you apply the texture. The following equation defines the plane.
 
Ax+By+Cz+D=0
 
Elements
*Name
*Description
*A - The A coefficient of the plane equation.
*B - The B coefficient of the plane equation.
*C - The C coefficient of the plane equation.
*D - 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 ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 79: Line 24:
*[[VI Server]]
*[[VI Server]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:58, 8 May 2020

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


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

Properties

Show/Hide SceneGeometry Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SceneGeometry Properties Table
Property ID Long Name (English) Description R/W RTE
5436BC00Texture Generator ModeReads or writes how the texture coordinates for the geometry generate.Read/WriteYes
5436BC01Texture Generator S PlaneReads or writes the values that define the s-plane to which you apply the texture. The following equation defines the plane.Read/WriteYes
5436BC02Texture Generator T PlaneReads or writes the values that define the t-plane to which you apply the texture. The following equation defines the plane.Read/WriteYes

Methods

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

Events

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


History

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

See Also