SoTransformSetMatrix Method |
Sets the fields in the node to implement the transformation represented by the given matrix.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetMatrix(
SbMatrix mat
)
Public Sub SetMatrix (
mat As SbMatrix
)
public:
void SetMatrix(
SbMatrix mat
)
member SetMatrix :
mat : SbMatrix -> unit
Parameters
- mat
- Type: OIV.InventorSbMatrix
Remarks Note that invalid matrices (such as singular ones) have undefined results.
See Also