Click or drag to resize
SoDraggerGetTransformFast Method (SbMatrix, SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f)

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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
)

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