QPickLineEvent Class▲
- 
					Header: QPickLineEvent 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) 
- 
					qmake: QT += 3drender 
- 
					Inherited By: 
- 
					Instantiated By: qml-qt3d-render-picklineevent.xml 
- 
					Inherits: Qt3DRender::QPickEvent 
Detailed Description▲
Property Documentation▲
[read-only] edgeIndex : const uint▲
[read-only] vertex1Index : const uint▲
[read-only] vertex2Index : const uint▲
Member Function Documentation▲
QPickLineEvent::QPickLineEvent()▲
Constructs a new QPickEvent.
uint QPickLineEvent::edgeIndex() const▲
QPickLineEvent::edgeIndex Returns the index of the picked edge
Getter function for property edgeIndex.
uint QPickLineEvent::vertex1Index() const▲
QPickLineEvent::vertex1Index Returns the index of the first point of the picked edge
Getter function for property vertex1Index.
uint QPickLineEvent::vertex2Index() const▲
QPickLineEvent::vertex2Index Returns the index of the second point of the picked triangle
Getter function for property vertex2Index.




