TorusGeometry QML Type
원환의 지오메트리를 제공합니다. 더 보기...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
속성
- asynchronous : bool
- radius : real
- rings : int
- segments : int
- status : bool
- tubeRadius : real
상세 설명
토러스 지오메트리는 원환을 나타내는 지오메트리 유형입니다. 원환은 고리와 세그먼트의 수와 원환의 반지름으로 정의됩니다.
프로퍼티 문서
asynchronous : bool |
이 프로퍼티는 지오메트리 생성을 비동기식으로 할지 여부를 결정합니다.
radius : real |
원환의 반지름을 지정합니다. 기본값은 100입니다.
rings : int |
원환의 고리 수를 지정합니다. 기본값은 50입니다.
segments : int |
원환의 세그먼트 수를 지정합니다. 기본값은 50입니다.
status : bool |
이 프로퍼티는 비동기가 참일 때 지오메트리 생성 상태를 유지합니다.
Constant | 설명 |
---|---|
TorusGeometry.Null | 지오메트리 생성이 시작되지 않았습니다. |
TorusGeometry.Ready | 지오메트리 생성이 완료되었습니다. |
TorusGeometry.Loading | 지오메트리 생성이 진행 중입니다. |
TorusGeometry.Error | 지오메트리 생성에 실패했습니다. |
tubeRadius : real |
원환의 튜브 반지름을 지정합니다. 기본값은 10입니다.
© 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.