| SbBox3sTransform Method (SbMatrix) |
Transforms box by matrix, enlarging box to contain result.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic void Transform(
ref SbMatrix m
)
Public Sub Transform (
ByRef m As SbMatrix
)
public:
void Transform(
SbMatrix% m
)
member Transform :
m : SbMatrix byref -> unit
Parameters
- m
- Type: OIV.InventorSbMatrix
Transformation matrix.
See Also