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