PyANGKernel.GKTurningNewCmd

class GKTurningNewCmd

Inheritance diagram of PyANGKernel.GKTurningNewCmd

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

With this command you can create a turn given the from and to sections. You can also specify the from and to origin and destination lanes.

__init__()
setTurning(from, to)
Parameters:

Sets the from and to sections to create the turn.

setTurning(from, fromOriginLane, toOriginLane, to, fromDestinationLane, toDestinationLane)
Parameters:
  • fromGKSection

  • fromOriginLane – int

  • toOriginLane – int

  • toGKSection

  • fromDestinationLane – int

  • toDestinationLane – int

Sets the from and to sections to create the turn. You also have to specify the from and to origin lanes and the from and to destination lanes.