SoBBoxModelMatrixElementReset Method |
Allows the SoGetBoundingBoxAction to reset the current model matrix to identity and all currently-open local matrices to identity.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void Reset(
SoState state,
SoNode node
)
Public Shared Sub Reset (
state As SoState,
node As SoNode
)
public:
static void Reset(
SoState^ state,
SoNode^ node
)
static member Reset :
state : SoState *
node : SoNode -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also