PyANGKernel.GKTurningNewCmd¶
- class GKTurningNewCmd¶
-
Synopsis¶
Methods¶
def
__init__()def
setTurning()
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__()¶
Sets the from and to sections to create the turn.
- setTurning(from, fromOriginLane, toOriginLane, to, fromDestinationLane, toDestinationLane)
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.