<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [PathGeometry](./effect.pathgeometry.md) &gt; [curvePath](./effect.pathgeometry.curvepath.md)

## PathGeometry.curvePath property

表示路径的曲线

**Signature:**

```typescript
get curvePath(): CurvePath<Vector3>;

set curvePath(value: CurvePath<Vector3>);
```
