HyperWorks Desktop

*BeginTracking()

Indicates the beginning of a tracking block.

*BeginTracking()

Indicates the beginning of a tracking block.

Previous topic Next topic No expanding text in this topic  

*BeginTracking()

Indicates the beginning of a tracking block.

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

Syntax

*BeginTracking(state, label)

Arguments

Name

Description

 

state

On - Enables the tracking system.

Off - Disables the tracking system.

 

label

The label on the tracking system.

Substatements

*Dof()

*NodeLocator()

*PartLocator()

*SystemLocator()

Example

*BeginTracking(On, Tracking System 1)

    *Dof(Dx, Dy, Dz, Rx, Ry, Rz)

    *NodeLocator(1, "Node", 34069, "Part", 8)

*EndTracking()

Application

HyperView.

Comments

This block captures your selections from the Tracking panel in HyperView.

See also

 

*Dof()

*EndTracking()

*NodeLocator()

*PartLocator()

*SystemLocator()

List of Session Statements