| SbMatrixSetTranslate Method (SbVec3f) |
Sets matrix to translate by given vector.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2026.1.0.Release.0310c5a2706944284e5b97cec8929e1e2f70c73d
Syntaxpublic void SetTranslate(
SbVec3f t
)
Public Sub SetTranslate (
t As SbVec3f
)
public:
void SetTranslate(
SbVec3f t
)
member SetTranslate :
t : SbVec3f -> unit
Parameters
- t
- Type: OIV.InventorSbVec3f
Translation value.
See Also