SoDraggerGetWorldToLocalMatrix Method (SoAction) |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SbMatrix GetWorldToLocalMatrix(
SoAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetWorldToLocalMatrix (
action As SoAction
) As SbMatrix
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SbMatrix GetWorldToLocalMatrix(
SoAction^ action
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetWorldToLocalMatrix :
action : SoAction -> SbMatrix
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
Return Value
Type:
SbMatrixRemarks See Also