- class QSurface3DSeries¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
clearArray()
def
clearRow()
def
dataArray()
def
dataProxy()
def
drawMode()
def
selectedPoint()
def
setDataArray()
def
setDataProxy()
def
setDrawMode()
def
setShading()
def
setTexture()
def
setTextureFile()
def
shading()
def
texture()
def
textureFile()
def
wireframeColor()
Signals¶
Static functions¶
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
- class DrawFlag¶
- class Shading¶
Added in version 6.8.
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property dataArrayᅟ: list of list of QSurfaceDataItem¶
- Access functions:
- property dataProxyᅟ: QSurfaceDataProxy¶
- Access functions:
- property drawModeᅟ: Combination of QSurface3DSeries.DrawFlag¶
- Access functions:
- property flatShadingSupportedᅟ: bool¶
- Access functions:
- Access functions:
- property shadingᅟ: QSurface3DSeries.Shading¶
- Access functions:
- Access functions:
- property textureFileᅟ: str¶
- Access functions:
- Access functions:
- __init__(dataProxy[, parent=None])
- Parameters:
dataProxy –
QSurfaceDataProxy
parent –
QObject
- clearArray()¶
- clearRow(rowIndex)¶
- Parameters:
rowIndex – int
- dataArray()¶
- Return type:
.list of list of QSurfaceDataItem
Getter of property
dataArrayᅟ
.- dataArrayChanged(array)¶
- Parameters:
array – .list of list of QSurfaceDataItem
Notification signal of property
dataArrayᅟ
.- dataProxy()¶
- Return type:
Getter of property
dataProxyᅟ
.- dataProxyChanged(proxy)¶
- Parameters:
proxy –
QSurfaceDataProxy
Notification signal of property
dataProxyᅟ
.Getter of property
drawModeᅟ
.Notification signal of property
drawModeᅟ
.- flatShadingSupportedChanged(enabled)¶
- Parameters:
enabled – bool
Notification signal of property
flatShadingSupportedᅟ
.- isFlatShadingSupported()¶
- Return type:
bool
Getter of property
flatShadingSupportedᅟ
.Getter of property
selectedPointᅟ
.Notification signal of property
selectedPointᅟ
.- setDataArray(newDataArray)¶
- Parameters:
newDataArray – .list of list of QSurfaceDataItem
Setter of property
dataArrayᅟ
.- setDataProxy(proxy)¶
- Parameters:
proxy –
QSurfaceDataProxy
Setter of property
dataProxyᅟ
.Setter of property
drawModeᅟ
.Setter of property
selectedPointᅟ
.Setter of property
shadingᅟ
.Setter of property
textureᅟ
.- setTextureFile(filename)¶
- Parameters:
filename – str
Setter of property
textureFileᅟ
.Setter of property
wireframeColorᅟ
.Getter of property
shadingᅟ
.Notification signal of property
shadingᅟ
.Getter of property
textureᅟ
.Notification signal of property
textureᅟ
.- textureFile()¶
- Return type:
str
Getter of property
textureFileᅟ
.- textureFileChanged(filename)¶
- Parameters:
filename – str
Notification signal of property
textureFileᅟ
.Getter of property
wireframeColorᅟ
.Notification signal of property
wireframeColorᅟ
.