announceFacets Method
Emit facets to a function. This method may cache and reuse facets over multiple calls.
announceFacets(announce: (facets: IndexedPolyface) => void, options?: StrokeOptions): void
| Parameter | Type | Description |
|---|---|---|
| announce | (facets: IndexedPolyface) => void | callback to receive the facet set. Called only once (if facets exist). |
| options | StrokeOptions | how to stroke the contour. |
Returns - void
Defined in
- solid/SweepContour.ts Line 211
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.