Q3DSurface#

Inheritance diagram of PySide6.QtGraphs.Q3DSurface

Synopsis#

Properties#

Functions#

Signals#

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 PySide6.QtGraphs.Q3DSurface#

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtGraphs.Q3DSurface.axisX: PySide6.QtGraphs.QValue3DAxis#
Access functions:
property PᅟySide6.QtGraphs.Q3DSurface.axisY: PySide6.QtGraphs.QValue3DAxis#
Access functions:
property PᅟySide6.QtGraphs.Q3DSurface.axisZ: PySide6.QtGraphs.QValue3DAxis#
Access functions:
property PᅟySide6.QtGraphs.Q3DSurface.flipHorizontalGrid: bool#
Access functions:
property PᅟySide6.QtGraphs.Q3DSurface.selectedSeries: PySide6.QtGraphs.QSurface3DSeries#
Access functions:
PySide6.QtGraphs.Q3DSurface.addAxis(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

PySide6.QtGraphs.Q3DSurface.addSeries(series)#
Parameters:

seriesPySide6.QtGraphs.QSurface3DSeries

PySide6.QtGraphs.Q3DSurface.axes()#
Return type:

.list of QValue3DAxis

PySide6.QtGraphs.Q3DSurface.axisX()#
Return type:

PySide6.QtGraphs.QValue3DAxis

Getter of property axisX .

PySide6.QtGraphs.Q3DSurface.axisXChanged(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Notification signal of property axisX .

PySide6.QtGraphs.Q3DSurface.axisY()#
Return type:

PySide6.QtGraphs.QValue3DAxis

Getter of property axisY .

PySide6.QtGraphs.Q3DSurface.axisYChanged(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Notification signal of property axisY .

PySide6.QtGraphs.Q3DSurface.axisZ()#
Return type:

PySide6.QtGraphs.QValue3DAxis

Getter of property axisZ .

PySide6.QtGraphs.Q3DSurface.axisZChanged(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Notification signal of property axisZ .

PySide6.QtGraphs.Q3DSurface.flipHorizontalGrid()#
Return type:

bool

Getter of property flipHorizontalGrid .

PySide6.QtGraphs.Q3DSurface.flipHorizontalGridChanged(flip)#
Parameters:

flip – bool

Notification signal of property flipHorizontalGrid .

PySide6.QtGraphs.Q3DSurface.releaseAxis(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

PySide6.QtGraphs.Q3DSurface.removeSeries(series)#
Parameters:

seriesPySide6.QtGraphs.QSurface3DSeries

PySide6.QtGraphs.Q3DSurface.selectedSeries()#
Return type:

PySide6.QtGraphs.QSurface3DSeries

Getter of property selectedSeries .

PySide6.QtGraphs.Q3DSurface.selectedSeriesChanged(series)#
Parameters:

seriesPySide6.QtGraphs.QSurface3DSeries

Notification signal of property selectedSeries .

PySide6.QtGraphs.Q3DSurface.seriesList()#
Return type:

.list of QSurface3DSeries

PySide6.QtGraphs.Q3DSurface.setAxisX(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Setter of property axisX .

PySide6.QtGraphs.Q3DSurface.setAxisY(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Setter of property axisY .

PySide6.QtGraphs.Q3DSurface.setAxisZ(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Setter of property axisZ .

PySide6.QtGraphs.Q3DSurface.setFlipHorizontalGrid(flip)#
Parameters:

flip – bool

Setter of property flipHorizontalGrid .