PyANGKernel.GKGeometryConfiguration¶
- class GKGeometryConfiguration¶
Objects that exist and do not exist in a scenario
Details
A geometry configuration is used to specify what objects are part of a scenario. They are used to support more than one possible network (design variants, future infrastructure…) in a single Aimsun document.
It contains two lists, one with objects that only exist in this configuration (existent) and a list of objects that will not exist in this configuration (non-existent).
The user will assign these network configurations to the scenario.
Synopsis¶
Methods¶
def
__init__()def
addExistent()def
addNonExistent()def
clear()def
existent()def
getExistent()def
getNonExistent()def
hasExistent()def
hasNonExistent()def
nonexistent()def
removeExistent()
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__()¶
Add an existent object (by id)
Add an nonexistent object (by id)
- clear()¶
removes all objects (existent and nonexistent)
Returns wether the input object is existent
Returns wether the input object is nonexistent
Removes an existent object (by id)
Removes an nonexistent object (by id)