SceneTexture Methods

LabView Local Project Settings

SceneTexture Methods

Installed With: Full Development System

View the class hierarchy.

MethodDescription
Transformation:Clear TransformationRemoves any transformations previously applied to the texture. Details
Transformation:Get RotationReturns the Axis and Angle that define the rotation of the object. Details
Transformation:Get ScaleReturns the scale factors of the object. Details
Transformation:Get TranslationReturns the translation of the object. Details
Transformation:RotateRotates the texture by the specified number of radians. This method performs a relative rotation from the current orientation of the texture. Details
Transformation:ScaleScales the texture by the given scale factors. This method performs a relative scale from the current position of the object. Details
Transformation:Set RotationRotates the texture by the specified number of radians. This method performs an absolute rotation from the current position of the texture. Details
Transformation:Set ScaleScales the texture by the specified scaling factor. This method performs an absolute scale from the current position of the texture. Details
Transformation:Set TranslationTranslates the texture by the specified vector. This method performs an absolute translation from the initial position of the texture. Details
Transformation:TranslateTranslates the texture by the specified vector. This method performs a relative translation from the initial position of the texture. Details