- class QPickPointEvent#
QPickPointEvent
类负责存储选择点云段时的信息。 更多…摘要#
属性#
方法#
def
__init__()
def
pointIndex()
注意
这份文档可能包含自动从 C++ 转换到 Python 的代码片段。我们欢迎对片段翻译的贡献。如果您发现翻译问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来让我们知道
详细描述#
另请参阅
QPickEvent
注意
当使用
from __feature__ import true_property
时,可以直接使用属性;否则,通过访问函数来使用。- property pointIndexᅟ: int#
指定被选中的点的索引
- 访问函数
- __init__()#
构建一个新的
QPickPointEvent
对象- __init__(position, worldIntersection, localIntersection, distance, pointIndex, button, buttons, modifiers)
- pointIndex()#
- 返回类型:
int
QPickPointEvent::pointIndex 返回所选点的索引
属性
pointIndex属性
的获取器。