SoGetMatrixActionGetTextureMatrix Method |
Returns cumulative texture transformation matrix.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SbMatrix GetTextureMatrix()
Public Function GetTextureMatrix As SbMatrix
public:
SbMatrix GetTextureMatrix()
member GetTextureMatrix : unit -> SbMatrix
Return Value
Type:
SbMatrix
RemarksWarning: the matrix returned by this routine should not be changed (unless you are implementing your own transformation nodes).
See Also