SoDraggerTransformMatrixWorldToLocal Method |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void TransformMatrixWorldToLocal(
SbMatrix fromMatrix,
out SbMatrix toMatrix
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub TransformMatrixWorldToLocal (
fromMatrix As SbMatrix,
<OutAttribute> ByRef toMatrix As SbMatrix
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void TransformMatrixWorldToLocal(
SbMatrix fromMatrix,
[OutAttribute] SbMatrix% toMatrix
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member TransformMatrixWorldToLocal :
fromMatrix : SbMatrix *
toMatrix : SbMatrix byref -> unit
Parameters
- fromMatrix
- Type: OIV.InventorSbMatrix
- toMatrix
- Type: OIV.InventorSbMatrix
Remarks See Also