AddTrack

AddTrack 1:

Adds a track to the TrackTrail. The track should start at the end vertex of the currently last track.

Syntax

Definition:

METHOD AddTrack
VAR_IN_OUT
    track : MC_PlanarTrack;
END_VAR

AddTrack 2: In/Outputs

Name

Type

Description

track

MC_PlanarTrack

The track to be added to the end of the TrackTrail.