mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
49 lines
630 B
Markdown
49 lines
630 B
Markdown
---
|
||
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
|
||
|
||
**说明**:深度分段数
|