AddTrack
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
In/Outputs
Name |
Type |
Description |
---|---|---|
track |
The track to be added to the end of the TrackTrail. |