SoDraggerTransformMatrixToLocalSpace 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 TransformMatrixToLocalSpace(
SbMatrix fromMatrix,
out SbMatrix toMatrix,
string fromSpacePartName
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub TransformMatrixToLocalSpace (
fromMatrix As SbMatrix,
<OutAttribute> ByRef toMatrix As SbMatrix,
fromSpacePartName As String
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void TransformMatrixToLocalSpace(
SbMatrix fromMatrix,
[OutAttribute] SbMatrix% toMatrix,
String^ fromSpacePartName
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member TransformMatrixToLocalSpace :
fromMatrix : SbMatrix *
toMatrix : SbMatrix byref *
fromSpacePartName : string -> unit
Parameters
- fromMatrix
- Type: OIV.InventorSbMatrix
- toMatrix
- Type: OIV.InventorSbMatrix
- fromSpacePartName
- Type: SystemString
Remarks See Also