- class QClipPlane¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
distance()
def
normal()
def
planeIndex()
Slots¶
def
setDistance()
def
setNormal()
def
setPlaneIndex()
Signals¶
def
normalChanged()
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¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property distanceᅟ: float¶
- Access functions:
- Access functions:
Signal
normalChanged()
- property planeIndexᅟ: int¶
- Access functions:
- __init__([parent=None])¶
- Parameters:
parent –
QNode
- distance()¶
- Return type:
float
Getter of property
distanceᅟ
.- distanceChanged(distance)¶
- Parameters:
distance – float
Notification signal of property
distanceᅟ
.Getter of property
normalᅟ
.Notification signal of property
normalᅟ
.- planeIndex()¶
- Return type:
int
Getter of property
planeIndexᅟ
.- planeIndexChanged(planeIndex)¶
- Parameters:
planeIndex – int
Notification signal of property
planeIndexᅟ
.- setDistance(arg__1)¶
- Parameters:
arg__1 – float
Setter of property
distanceᅟ
.Setter of property
normalᅟ
.- setPlaneIndex(arg__1)¶
- Parameters:
arg__1 – int
Setter of property
planeIndexᅟ
.