@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
24 lines (15 loc) • 644 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [LineConnectionType](./tools.lineconnectiontype.md)
## LineConnectionType enum
线的衔接类型
**Signature:**
```typescript
export declare enum LineConnectionType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| bevel | <code>"bevel"</code> | 斜角 |
| chamfer | <code>"chamfer"</code> | 斜切 |
| lineSegment | <code>"lineSegment"</code> | 线段 |
| round | <code>"round"</code> | 圆 |