PyANGKernel.GKStopLine¶
- class GKStopLine¶
A stop line in a turning. * * A turn can have more than one. The position is relative to the beginning of the turning. The length sets the available area of the stop line. If 0 means that is set automatically by Aimsun (expanding it to the next stop line).
Synopsis¶
Methods¶
def
__init__()def
getLength()def
getMark()def
getPosition()def
isSelected()def
setLength()def
setMark()def
setPosition()def
setSelected()
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
- __init__()¶
- __init__(pos, len)
- Parameters:
pos – float
len – float
- setLength(len)¶
- Parameters:
len – float
- setMark(mark)¶
- Parameters:
mark – int
- setPosition(pos)¶
- Parameters:
pos – float
- setSelected(value)¶
- Parameters:
value – bool