Click or drag to resize
SoTrackerReaderSetTransformMatrix Method

Sets the transformation matrix applied to the coordinates from the tracking system.

Namespace: OIV.ScaleViz.Interaction
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetTransformMatrix(
	int id,
	SbMatrix RealToWorld
)

Parameters

id
Type: SystemInt32
RealToWorld
Type: OIV.InventorSbMatrix
Remarks

The transformation matrix is from raw (real world) coordinates to Inventor (3D world) coordinates.

See Also