SoModelMatrixElementTranslateBy Method |
This multiplies a matrix that performs the specified transformation into the model matrix.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void TranslateBy(
SoState state,
SoNode node,
SbVec3f translation
)
Public Shared Sub TranslateBy (
state As SoState,
node As SoNode,
translation As SbVec3f
)
public:
static void TranslateBy(
SoState^ state,
SoNode^ node,
SbVec3f translation
)
static member TranslateBy :
state : SoState *
node : SoNode *
translation : SbVec3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- translation
- Type: OIV.InventorSbVec3f
Remarks See Also