Click or drag to resize
SbMatrixSetTransform Method (SbVec3f, SbRotation, SbVec3f)
Composes the matrix based on a translation, rotation, and scale. A scale orientation value of (0,0,0,1) is used. The center point for scaling and rotation is (0,0,0).

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntax
public void SetTransform(
	SbVec3f t,
	SbRotation r,
	SbVec3f s
)

Parameters

t
Type: OIV.InventorSbVec3f
Translation value.
r
Type: OIV.InventorSbRotation
Rotation value.
s
Type: OIV.InventorSbVec3f
Scale value.
See Also