class QPickLineEvent#

QPickLineEvent 类在拾取线段时持有信息。 更多

Inheritance diagram of PySide6.Qt3DRender.Qt3DRender.QPickLineEvent

概要#

属性#

方法#

注意

此文档可能包含自动从 C++ 转换到 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建工单的方式与我们联系。

详细描述#

另请参阅

QPickEvent

注意

当使用 from __feature__ import true_property 时,属性可以直接使用,否则通过访问函数使用。

property edgeIndexᅟ: int#

指定被拾取的边的索引

访问函数
property vertex1Indexᅟ: int#

指定被拾取的边的第一个点的索引

访问函数
property vertex2Indexᅟ: int#

指定被拾取的边的第二个点的索引

访问函数
__init__()#

构建一个新的 QPickEvent 对象。

__init__(position, worldIntersection, localIntersection, distance, edgeIndex, vertex1Index, vertex2Index, button, buttons, modifiers)
参数:
  • positionQPointF

  • worldIntersectionQVector3D

  • localIntersectionQVector3D

  • distance – 浮点数

  • edgeIndex – 整数

  • vertex1Index – 整数

  • vertex2Index – 整数

  • buttonButtons

  • buttons – 整数

  • modifiers – 整数

edgeIndex()#
返回类型:

整数

QPickLineEvent::edgeIndex 返回所选边的索引

属性 edgeIndexᅟ 的获取器。

vertex1Index()#
返回类型:

整数

QPickLineEvent::vertex1Index 返回所选边的第一个点的索引

属性 vertex1Indexᅟ 的获取器。

vertex2Index()#
返回类型:

整数

QPickLineEvent::vertex2Index 返回所选三角形的第二个点的索引

属性 vertex2Indexᅟ 的获取器。