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