Qt3DExtras::QCylinderGeometryView Class

class Qt3DExtras::QCylinderGeometryView

圆柱形网格更多

头文件: #include <Qt3DExtras/QCylinderGeometryView>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dextras)
target_link_libraries(mytarget PRIVATE Qt6::3dextras)
qmake: QT += 3dextras
在 QML 中: CylinderGeometryView
继承: Qt3DCore::QGeometryView
状态:已废弃

属性

公共功能

QCylinderGeometryView(Qt3DCore::QNode *parent = nullptr)
float length() const
float radius() const
int rings() const
int slices() const

公共插槽

void setLength(float length)
void setRadius(float radius)
void setRings(int rings)
void setSlices(int slices)

信号

void lengthChanged(float length)
void radiusChanged(float radius)
void ringsChanged(int rings)
void slicesChanged(int slices)

详细说明

* * * * * * *

属性文档

length : float

保持圆柱体的长度。

访问功能:

float length() const
void setLength(float length)

提示信号:

void lengthChanged(float length)

radius : float

保存圆柱体的半径。

访问功能:

float radius() const
void setRadius(float radius)

通知信号:

void radiusChanged(float radius)

rings : int

保存网格中的环数。

访问功能:

int rings() const
void setRings(int rings)

通知信号:

void ringsChanged(int rings)

slices : int

网格中的切片数。

访问功能:

int slices() const
void setSlices(int slices)

通知信号:

void slicesChanged(int slices)

成员函数 文档

[explicit] QCylinderGeometryView::QCylinderGeometryView(Qt3DCore::QNode *parent = nullptr)

使用parent 构建一个新的 QCylinderGeometryView。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.