Appearance
Enumeration: PlaneMode
平面模式
Properties:
| Name | Type | Description |
|---|---|---|
Line | String | 线 |
Polygon | String | 面 |
Circle | String | 圆 |
Rectangle | String | 矩形 |
Table of contents
Enumeration Members
Enumeration Members
Line
• Line = "Line"
线
Defined in
src/interaction/DrawEditablePlane/index.ts:36
Polygon
• Polygon = "Polygon"
面
Defined in
src/interaction/DrawEditablePlane/index.ts:38
Circle
• Circle = "Circle"
圆
Defined in
src/interaction/DrawEditablePlane/index.ts:40
Rectangle
• Rectangle = "Rectangle"
矩形
Defined in
src/interaction/DrawEditablePlane/index.ts:42

