g6/packages/site/docs/apis/shape/PlaneGeometryProps.zh.md
2023-11-10 22:11:33 +08:00

49 lines
630 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Plane
order: 11
---
平面,默认躺在 XZ 平面上
<img alt="plane" src="https://gw.alipayobjects.com/mdn/rms_6ae20b/afts/img/A*jN9zQp3RflAAAAAAAAAAAAAAARQnAQ" height='200'/>
## width
**类型**`number`
**默认值**`0`
**是否必须**false
**说明**:宽度
## depth
**类型**`number`
**默认值**`0`
**是否必须**false
**说明**:深度
## widthSegments
**类型**`number`
**默认值**`1`
**是否必须**false
**说明**:宽度分段数
## depthSegments
**类型**`number`
**默认值**`1`
**是否必须**false
**说明**:深度分段数