CuboidGeometry QML Type

직육면체에 대한 지오메트리를 제공합니다. 더 보기...

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

Geometry

속성

상세 설명

CuboidGeometry는 직육면체를 나타내는 지오메트리 유형입니다. 직육면체의 크기는 xExtent, yExtent, zExtent 속성으로 정의됩니다. 평면의 토폴로지는 yzMeshResolution, xzMeshResolution, xyMeshResolution 프로퍼티로 정의됩니다.

프로퍼티 문서

asynchronous : bool

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


status : bool [read-only]

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

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

xExtent : real

직육면체의 x 범위입니다. 기본값은 100.0입니다.


xyMeshResolution : size

x 및 y 방향의 세그먼트 수입니다. 기본값은 2x2입니다.


xzMeshResolution : size

x 및 z 방향의 세그먼트 수입니다. 기본값은 2x2입니다.


yExtent : real

직육면체의 y 범위입니다. 기본값은 100.0입니다.


yzMeshResolution : size

y 및 z 방향의 세그먼트 수입니다. 기본값은 2x2입니다.


zExtent : real

직육면체의 z 범위입니다. 기본값은 100.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.