Footprint Property

See Also Applies To Example Model

True if an Icon shape trail is to be created during movement. Read/write Boolean.

Example

In the following example, the Bot is instructed to leave an icon trail of its movements.

Bot.Pen.Up
Bot.Shape.Footprint = True
Bot.Step