SoBBoxModelMatrixElementPopMatrix Method |
See description for OIV.Inventor.Elements.SoBBoxModelMatrixElement.PushMatrix(OIV.Inventor.Misc.SoState, OIV.Inventor.SbMatrix@, OIV.Inventor.SbMatrix@).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void PopMatrix(
SoState state,
SbMatrix matrix,
SbMatrix localmatrix
)
Public Shared Sub PopMatrix (
state As SoState,
matrix As SbMatrix,
localmatrix As SbMatrix
)
public:
static void PopMatrix(
SoState^ state,
SbMatrix matrix,
SbMatrix localmatrix
)
static member PopMatrix :
state : SoState *
matrix : SbMatrix *
localmatrix : SbMatrix -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- matrix
- Type: OIV.InventorSbMatrix
- localmatrix
- Type: OIV.InventorSbMatrix
Remarks See Also