- class QPlaneGeometryView#
一个正方形平面网格。 更多…
概述#
属性#
方法#
def
__init__()
def
height()
def
meshResolution()
def
mirrored()
def
width()
槽#
def
setHeight()
def
setMirrored()
def
setWidth()
信号#
def
heightChanged()
def
widthChanged()
注意
本文档中可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译中存在任何问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单的方式来告诉我们。
详细描述#
* * * * * * *
注意
可以在使用
from __feature__ import true_property
时直接使用属性,或者通过访问器函数进行其他方式访问。- 属性height: float#
保留平面高度。
- 访问函数
保持平面分辨率。该属性的宽度和高度值指定了在相应维度下为网格生成的顶点数量。
- 属性 mirroredᅟ: bool#
控制平面的UV坐标是否垂直翻转。
- 访问函数
- 属性 widthᅟ: float#
保持平面宽度。
- 访问函数
- __init__([parent=None])#
- 参数:
parent –
QNode
构造一个新的
QPlaneGeometryView
,并具有parent
。- height()#
- 返回类型:
float
另请参阅
setHeight()
属性
heightᅟ
的获取器。- heightChanged(height)#
- 参数:
height – float
属性
heightᅟ
的通知信号。属性
meshResolutionᅟ
的获取器。属性
meshResolution
的通知信号。- mirrored()#
- 返回类型:
bool
另请参阅
setMirrored()
属性
mirrored
的获取器。- mirroredChanged(mirrored)#
- 参数:
mirrored – bool
属性
mirrored
的通知信号。- setHeight(height)#
- 参数:
height – float
另请参阅
height()
属性
height
的设置器。属性
meshResolution
的设置器。- setMirrored(mirrored)#
- 参数:
mirrored – bool
另请参阅
mirrored()
属性
mirrored
的设置器。- setWidth(width)#
- 参数:
width – float
另请参阅
width()
属性
width
的设置器。- width()#
- 返回类型:
float
另请参阅
setWidth()
属性
width
的获取器。- widthChanged(width)#
- 参数:
width – float
属性
width
的通知信号。