SoTextureMatrixElementGet Method (SoState, Int32) |
Returns current matrix from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SbMatrix Get(
SoState state,
int unit
)
Public Shared Function Get (
state As SoState,
unit As Integer
) As SbMatrix
public:
static SbMatrix Get(
SoState^ state,
int unit
)
static member Get :
state : SoState *
unit : int -> SbMatrix
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- unit
- Type: SystemInt32
Return Value
Type:
SbMatrixRemarks See Also