TorusGeometry QML Type
Provides geometry for a torus. More...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
Properties
- asynchronous : bool
- radius : float
- rings : int
- segments : int
- status : bool
- tubeRadius : float
Detailed Description
TorusGeometry is a geometry type that represents a torus. The torus is defined by the number of rings and segments, and the radius of the torus.
Property Documentation
asynchronous : bool |
This property holds whether the geometry generation should be asynchronous.
radius : float |
Specifies the radius of the torus. The default value is 100.
rings : int |
Specifies the number of rings in the torus. The default value is 50.
segments : int |
Specifies the number of segments in the torus. The default value is 50.
status : bool |
This property holds the status of the geometry generation when asynchronous is true.
Constant | Description |
---|---|
TorusGeometry.Null | The geometry generation has not started |
TorusGeometry.Ready | The geometry generation is complete. |
TorusGeometry.Loading | The geometry generation is in progress. |
TorusGeometry.Error | The geometry generation failed. |
tubeRadius : float |
Specifies the radius of the tube of the torus. The default value is 10.
© 2024 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.