SoTransform

InventorModule
genre InventorTransform,InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
keywords 3D, affine, rotate, scale, shear

Purpose

General 3D geometric transformation node.

This node defines a geometric 3D transformation consisting of (in order) a (possibly) non-uniform scale about an arbitrary point, a rotation about an arbitrary point and axis, and a translation.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoTransform._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Field Index

Center: Vector3
Rotation: Rotation
Scale Factor: Vector3
Scale Orientation: Rotation
Translation: Vector3

Visible Fields

Translation

name: translation, type: Vector3, default: 0 0 0

Translation vector.

Rotation

name: rotation, type: Rotation, default: 0 0 1 0

Rotation specification.

Scale Factor

name: scaleFactor, type: Vector3, default: 1 1 1

Scale factors.

Non-positive values may cause undesirable results.

Scale Orientation

name: scaleOrientation, type: Rotation, default: 0 0 1 0

Rotational orientation for scale.

Center

name: center, type: Vector3, default: 0 0 0

Origin for scale and rotation.