ConeGeometryView QML Type
A conical mesh. More...
Import Statement: | import Qt3D.Extras 2.7 |
Instantiates: | QConeGeometryView |
Properties
- bottomRadius : real
- hasBottomEndcap : bool
- hasTopEndcap : bool
- length : real
- rings : int
- slices : int
- topRadius : real
Detailed Description
Property Documentation
bottomRadius : real |
Holds the bottom radius of the cone.
hasBottomEndcap : bool |
Determines if the cone bottom is capped or open.
hasTopEndcap : bool |
Determines if the cone top is capped or open.
length : real |
Holds the length of the cone.
rings : int |
Holds the number of rings in the mesh.
slices : int |
Holds the number of slices in the mesh.
topRadius : real |
Holds the top radius of the cone.
© 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.