ConeGeometry QML Type
원뿔의 지오메트리를 제공합니다. 더 보기...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
속성
- asynchronous : bool
- bottomRadius : real
- length : real
- rings : int
- segments : int
- status : bool
- topRadius : real
상세 설명
원뿔 지오메트리는 원뿔을 나타내는 지오메트리 유형입니다. 원뿔의 크기는 상단 반경, 하단 반경 및 길이로 정의됩니다. 원뿔의 토폴로지는 고리와 세그먼트의 수로 정의됩니다.
속성 문서
asynchronous : bool |
이 프로퍼티는 지오메트리 생성이 비동기식이어야 하는지 여부를 나타냅니다.
length : real |
이 속성은 원뿔의 길이를 보유합니다. 원뿔을 생성하려면 이 값이 0보다 커야 합니다.
rings : int |
이 속성은 원뿔의 수직 세분화인 원뿔의 고리 수를 보유합니다. 최소값은 0이며, 이는 원뿔에 수직 분할이 없음을 의미합니다.
segments : int |
이 속성은 원뿔의 세그먼트 수를 보유합니다. 최소값은 3이며, 이보다 낮은 값은 지오메트리를 생성하지 않습니다.
status : bool |
이 프로퍼티는 비동기가 참일 때 지오메트리 생성 상태를 유지합니다.
Constant | 설명 |
---|---|
ConeGeometry.Null | 지오메트리 생성이 시작되지 않았습니다. |
ConeGeometry.Ready | 지오메트리 생성이 완료되었습니다. |
ConeGeometry.Loading | 지오메트리 생성이 진행 중입니다. |
ConeGeometry.Error | 지오메트리 생성에 실패했습니다. |
topRadius : real |
이 속성은 원뿔의 상단 반지름을 보유합니다. 이 값은 0 이상이어야 합니다.
참고: topRadius와 bottomRadius 는 둘 다 0.0
© 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.