QCustom3DItem

PyQt5.QtDataVisualization.QCustom3DItem

Inherits from QObject.

Inherited by QCustom3DLabel, QCustom3DVolume.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


__init__(str, QVector3D, QVector3D, QQuaternion, QImage, parent: QObject = None)

TODO


isPositionAbsolute() → bool

TODO


isScalingAbsolute() → bool

TODO


isShadowCasting() → bool

TODO


isVisible() → bool

TODO


meshFile() → str

TODO


position() → QVector3D

TODO


rotation() → QQuaternion

TODO


scaling() → QVector3D

TODO


setMeshFile(str)

TODO


setPosition(QVector3D)

TODO


setPositionAbsolute(bool)

TODO


setRotation(QQuaternion)

TODO


setRotationAxisAndAngle(QVector3D, float)

TODO


setScaling(QVector3D)

TODO


setScalingAbsolute(bool)

TODO


setShadowCasting(bool)

TODO


setTextureFile(str)

TODO


setTextureImage(QImage)

TODO


setVisible(bool)

TODO


textureFile() → str

TODO

Signals

meshFileChanged(str)

TODO


positionAbsoluteChanged(bool)

TODO


positionChanged(QVector3D)

TODO


rotationChanged(QQuaternion)

TODO


scalingAbsoluteChanged(bool)

TODO


scalingChanged(QVector3D)

TODO


shadowCastingChanged(bool)

TODO


textureFileChanged(str)

TODO


visibleChanged(bool)

TODO