SoLightElementGetMatrix Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbMatrix GetMatrix(
SoState state,
int index
)
Public Shared Function GetMatrix (
state As SoState,
index As Integer
) As SbMatrix
public:
static SbMatrix GetMatrix(
SoState^ state,
int index
)
static member GetMatrix :
state : SoState *
index : int -> SbMatrix
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- index
- Type: SystemInt32
Return Value
Type:
SbMatrixRemarks Returns the modelling matrix for other action.
See Also