QPickPointEvent

The QPickPointEvent class holds information when a segment of a point cloud is picked. More

Inheritance diagram of PySide2.Qt3DRender.Qt3DRender.QPickPointEvent

New in version 5.10.

Synopsis

Functions

Detailed Description

See also

QPickEvent

class PySide2.Qt3DRender.Qt3DRender.QPickPointEvent

PySide2.Qt3DRender.Qt3DRender.QPickPointEvent(position, worldIntersection, localIntersection, distance, pointIndex, button, buttons, modifiers)

param worldIntersection:

PySide2.QtGui.QVector3D

param pointIndex:

uint

param modifiers:

int

param localIntersection:

PySide2.QtGui.QVector3D

param buttons:

int

param distance:

float

param position:

PySide2.QtCore.QPointF

param button:

Buttons

Constructs a new QPickPointEvent .

PySide2.Qt3DRender.Qt3DRender.QPickPointEvent.pointIndex()
Return type:

uint

Specifies the index of the point that was picked