HyperWorks Desktop

*TrackingSystem()

Defines a user coordinated system capable of moving along with dynamically tracked marker locations.

*TrackingSystem()

Defines a user coordinated system capable of moving along with dynamically tracked marker locations.

Previous topic Next topic No expanding text in this topic  

*TrackingSystem()

Defines a user coordinated system capable of moving along with dynamically tracked marker locations.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*TrackingSystem(axis, originID, axisID)

Arguments

Name

Description

 

axis

Options include “Ox” or “Oy”.  Determines which axis will point at the axisID point.

 

originID

The ID of the marker to be used as the origin for the tracking system.

 

axisID

The ID of the marker to be used as the axis point for the tracking system.

Example

*BeginVideo()

 • • •

         *BeginVideoMarkerList(5, 13, {VIDEO_FILE_VIDEO_1})

 • • •

                  *TrackingSystem(“Ox”,1,2)

 *EndVideoMarkerList()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

Comments

Must appear in a *Begin()/*EndMarkerList() block.

See also

 

*BeginVideo()

*EndVideoMeasure()

List of Session Statements