cloneOffset MethodStatic
Offset the faces of the mesh.
cloneOffset(source: IndexedPolyface, signedOffsetDistance: number, offsetOptions: OffsetMeshOptions = ...): IndexedPolyface
@returns shifted mesh.
| Parameter | Type | Description |
|---|---|---|
| source | IndexedPolyface | original mesh. |
| signedOffsetDistance | number | distance to offset |
| offsetOptions | OffsetMeshOptions | angle options. The default options are recommended. |
Returns - IndexedPolyface
shifted mesh.
Defined in
- polyface/PolyfaceQuery.ts Line 2004
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.