CylinderGeometry QML Type

원통의 지오메트리를 제공합니다. 더 보기...

Import Statement: import QtQuick3D.Helpers
Since: Qt 6.9
Inherits:

Geometry

속성

상세 설명

실린더 지오메트리는 원통 모양을 생성하는 지오메트리 유형입니다. 원통의 모양은 반경과 길이 속성에 의해 정의됩니다. 원통의 토폴로지는 세그먼트와 링의 수로 정의됩니다.

속성 문서

asynchronous : bool

이 속성은 지오메트리 생성이 비동기식이어야 하는지 여부를 나타냅니다.


length : real

이 프로퍼티는 원통의 길이를 보유합니다. 유효한 원통을 생성하려면 이 프로퍼티가 0보다 커야 합니다.


radius : real

이 프로퍼티는 원통의 반지름을 보유합니다. 유효한 원통을 생성하려면 이 속성이 0보다 커야 합니다.


rings : int

이 속성은 원통의 고리 수를 보유합니다. 링은 원통의 길이 방향 분할입니다. 링의 최소 개수는 0입니다.


segments : int

이 속성은 원통의 세그먼트 수를 보유합니다. 세그먼트는 원통의 방사형 분할입니다. 세그먼트의 최소 개수는 3입니다.


status : bool [read-only]

이 프로퍼티는 비동기가 참일 때 지오메트리 생성 상태를 유지합니다.

Constant설명
CylinderGeometry.Null지오메트리 생성이 시작되지 않았습니다.
CylinderGeometry.Ready지오메트리 생성이 완료되었습니다.
CylinderGeometry.Loading지오메트리 생성이 진행 중입니다.
CylinderGeometry.Error지오메트리 생성에 실패했습니다.

© 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.