Click or drag to resize
SoTrackerReader Methods

The SoTrackerReader type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEulerAngles(Int32)

Gets the Euler angle values for sensor identified by id.

Public methodGetEulerAngles(Int32, Single)

Gets the Euler angle values for sensor identified by id.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetMatrix

Gets the transformation matrix for sensor identified by id.

Public methodGetNumberOfSensors

Returns the number of sensors the tracker daemon is storing.

Public methodGetPosition(Int32)

Gets the position values for the sensor identified by id.

Public methodGetPosition(Int32, Single)

Gets the position values for the sensor identified by id.

Public methodGetTransformMatrix

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

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnitScaleFactor

Returns the unit scale factor.

Public methodIsInitSuccess

Returns true if Inventor was able to retrieve all the trackdAPI functions.

Public methodIsLoadSuccess

Returns true if libtrackd.so was loaded successfully.

Public methodSetTransformMatrix

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

Public methodSetUnitScaleFactor

Sets the unit scale factor.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also