SoDraggerGetTransformFast Method (SbMatrix, SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f) |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void GetTransformFast(
out SbMatrix mtx,
out SbVec3f translation,
out SbRotation rotation,
out SbVec3f scaleFactor,
out SbRotation scaleOrientation,
SbVec3f center
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub GetTransformFast (
<OutAttribute> ByRef mtx As SbMatrix,
<OutAttribute> ByRef translation As SbVec3f,
<OutAttribute> ByRef rotation As SbRotation,
<OutAttribute> ByRef scaleFactor As SbVec3f,
<OutAttribute> ByRef scaleOrientation As SbRotation,
center As SbVec3f
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void GetTransformFast(
[OutAttribute] SbMatrix% mtx,
[OutAttribute] SbVec3f% translation,
[OutAttribute] SbRotation% rotation,
[OutAttribute] SbVec3f% scaleFactor,
[OutAttribute] SbRotation% scaleOrientation,
SbVec3f center
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member GetTransformFast :
mtx : SbMatrix byref *
translation : SbVec3f byref *
rotation : SbRotation byref *
scaleFactor : SbVec3f byref *
scaleOrientation : SbRotation byref *
center : SbVec3f -> unit
Parameters
- mtx
- Type: OIV.InventorSbMatrix
- translation
- Type: OIV.InventorSbVec3f
- rotation
- Type: OIV.InventorSbRotation
- scaleFactor
- Type: OIV.InventorSbVec3f
- scaleOrientation
- Type: OIV.InventorSbRotation
- center
- Type: OIV.InventorSbVec3f
Remarks See Also