SbMatrixdGetTransform Method (SbVec3d, SbRotationd, SbVec3d, SbRotationd, SbVec3d) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void GetTransform(
out SbVec3d translation,
out SbRotationd rotation,
out SbVec3d scaleFactor,
out SbRotationd scaleOrientation,
out SbVec3d center
)
Public Sub GetTransform (
<OutAttribute> ByRef translation As SbVec3d,
<OutAttribute> ByRef rotation As SbRotationd,
<OutAttribute> ByRef scaleFactor As SbVec3d,
<OutAttribute> ByRef scaleOrientation As SbRotationd,
<OutAttribute> ByRef center As SbVec3d
)
public:
void GetTransform(
[OutAttribute] SbVec3d% translation,
[OutAttribute] SbRotationd% rotation,
[OutAttribute] SbVec3d% scaleFactor,
[OutAttribute] SbRotationd% scaleOrientation,
[OutAttribute] SbVec3d% center
)
member GetTransform :
translation : SbVec3d byref *
rotation : SbRotationd byref *
scaleFactor : SbVec3d byref *
scaleOrientation : SbRotationd byref *
center : SbVec3d byref -> unit
Parameters
- translation
- Type: OIV.InventorSbVec3d
- rotation
- Type: OIV.InventorSbRotationd
- scaleFactor
- Type: OIV.InventorSbVec3d
- scaleOrientation
- Type: OIV.InventorSbRotationd
- center
- Type: OIV.InventorSbVec3d
See Also