UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

24 lines (15 loc) 644 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [LineConnectionType](./tools.lineconnectiontype.md) ## LineConnectionType enum 线的衔接类型 **Signature:** ```typescript export declare enum LineConnectionType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | bevel | <code>&quot;bevel&quot;</code> | 斜角 | | chamfer | <code>&quot;chamfer&quot;</code> | 斜切 | | lineSegment | <code>&quot;lineSegment&quot;</code> | 线段 | | round | <code>&quot;round&quot;</code> | 圆 |