SceneText class/Axis Alignment property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID C0700B
Scope Basic Development Environment
Data Name AxisAlignment
Short Name* Axis Alignment
Long Name* Axis Alignment
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 129
Owning Class Name SceneText Class
Data Type Enum U8 data type

Enum U8

Property Node Axis Alignment
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Aligns the text object along the plane you specify.

Values
0 X-Y—Aligns the text along the plane that the x-axis and the y-axis form.
1 Y-Z—Aligns the text along the plane that the y-axis and the z-axis form.
2 X-Z—Aligns the text along the plane that the z-axis and the x-axis form.
3 Reversed X-Y—Aligns the text along the plane that the x-axis and the y-axis form, but reverses the direction in which the normal vector of the plane points. If you align the text along this plane, the text appears backwards.
4 Reversed Y-Z—Aligns the text along the plane that the y-axis and the z-axis form, but reverses the direction in which the normal vector of the plane points. If you align the text along this plane, the text appears backwards.
5 Reversed X-Z—Aligns the text along the plane that the z-axis and the x-axis form, but reverses the direction in which the normal vector of the plane points. If you align the text along this plane, the text appears backwards.
6 Screen—Aligns the text along the plane of the screen on which you view the 3D scene. If you align the text along this plane, the text automatically rotates to face the scene camera.

Uses

History

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

See Also

External Links