SoLocalBBoxMatrixElementRotateBy 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 RotateBy(
SoState state,
SbRotation rotation
)
Public Shared Sub RotateBy (
state As SoState,
rotation As SbRotation
)
public:
static void RotateBy(
SoState^ state,
SbRotation rotation
)
static member RotateBy :
state : SoState *
rotation : SbRotation -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- rotation
- Type: OIV.InventorSbRotation
Remarks See Also