QConeGeometryView#
A conical mesh. More…
Synopsis#
Functions#
def
bottomRadius
()def
hasBottomEndcap
()def
hasTopEndcap
()def
length
()def
rings
()def
slices
()def
topRadius
()
Slots#
def
setBottomRadius
(bottomRadius)def
setHasBottomEndcap
(hasBottomEndcap)def
setHasTopEndcap
(hasTopEndcap)def
setLength
(length)def
setRings
(rings)def
setSlices
(slices)def
setTopRadius
(topRadius)
Signals#
def
bottomRadiusChanged
(bottomRadius)def
hasBottomEndcapChanged
(hasBottomEndcap)def
hasTopEndcapChanged
(hasTopEndcap)def
lengthChanged
(length)def
ringsChanged
(rings)def
slicesChanged
(slices)def
topRadiusChanged
(topRadius)
Detailed Description#
* * * * * * *
- class PySide6.Qt3DExtras.Qt3DExtras.QConeGeometryView([parent=None])#
- Parameters
parent –
PySide6.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