SoLocalBBoxMatrixElementScaleBy Method |
Multiplies a matrix that performs the specified transformation into the local matrix.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void ScaleBy(
SoState state,
SbVec3f scaleFactor
)
Public Shared Sub ScaleBy (
state As SoState,
scaleFactor As SbVec3f
)
public:
static void ScaleBy(
SoState^ state,
SbVec3f scaleFactor
)
static member ScaleBy :
state : SoState *
scaleFactor : SbVec3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- scaleFactor
- Type: OIV.InventorSbVec3f
Remarks See Also