PyANGKernel.GKSectionObjectNewCmd

class GKSectionObjectNewCmd

Inheritance diagram of PyANGKernel.GKSectionObjectNewCmd

Inherited by: GKPedestrianCrossingNewCmd

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

Creates a section object (GKVMS, GKDetector , GKMetering ..). Use the type to specify the object to be created.

__init__()
init(type, asection, afrom, ato, apos, alen)
Parameters:
  • typeGKType

  • asectionGKSection

  • afrom – int

  • ato – int

  • apos – float

  • alen – float

Init function. It inits the command to create a section object of the desired type, associated to the desired section, covering from the desired lane to the desired lane, located at the desired position with a desired length.