SoModelMatrixElementGet Method (SoState, Boolean) |
Returns current model matrix from the state, sets given flag to true if matrix is known to be identity.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbMatrix Get(
SoState state,
out bool isIdent
)
Public Shared Function Get (
state As SoState,
<OutAttribute> ByRef isIdent As Boolean
) As SbMatrix
public:
static SbMatrix Get(
SoState^ state,
[OutAttribute] bool% isIdent
)
static member Get :
state : SoState *
isIdent : bool byref -> SbMatrix
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- isIdent
- Type: SystemBoolean
Return Value
Type:
SbMatrixRemarks See Also