QConeGeometryView#

A conical mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView

Synopsis#

Functions#

Slots#

Signals#

Detailed Description#

* * * * * * *

class PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView([parent=None])#
Parameters

parentPySide6.Qt3DCore.Qt3DCore.QNode

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.bottomRadius()#
Return type

float

Holds the bottom radius of the cone.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.bottomRadiusChanged(bottomRadius)#
Parameters

bottomRadius – float

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.hasBottomEndcap()#
Return type

bool

Determines if the cone bottom is capped or open.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.hasBottomEndcapChanged(hasBottomEndcap)#
Parameters

hasBottomEndcap – bool

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.hasTopEndcap()#
Return type

bool

Determines if the cone top is capped or open.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.hasTopEndcapChanged(hasTopEndcap)#
Parameters

hasTopEndcap – bool

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.length()#
Return type

float

Holds the length of the cone.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.lengthChanged(length)#
Parameters

length – float

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.rings()#
Return type

int

Holds the number of rings in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.ringsChanged(rings)#
Parameters

rings – int

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setBottomRadius(bottomRadius)#
Parameters

bottomRadius – float

Holds the bottom radius of the cone.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setHasBottomEndcap(hasBottomEndcap)#
Parameters

hasBottomEndcap – bool

Determines if the cone bottom is capped or open.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setHasTopEndcap(hasTopEndcap)#
Parameters

hasTopEndcap – bool

Determines if the cone top is capped or open.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setLength(length)#
Parameters

length – float

Holds the length of the cone.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setRings(rings)#
Parameters

rings – int

Holds the number of rings in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setSlices(slices)#
Parameters

slices – int

Holds the number of slices in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.setTopRadius(topRadius)#
Parameters

topRadius – float

Holds the top radius of the cone.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.slices()#
Return type

int

Holds the number of slices in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.slicesChanged(slices)#
Parameters

slices – int

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.topRadius()#
Return type

float

Holds the top radius of the cone.

PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView.topRadiusChanged(topRadius)#
Parameters

topRadius – float