create MethodStatic
Create a ruled sweep from an array of contours.
- The contours are CAPTURED (not cloned).
create(contours: AnyCurve[], capped: boolean): RuledSweep | undefined
| Parameter | Type | Description |
|---|---|---|
| contours | AnyCurve[] | |
| capped | boolean |
Returns - RuledSweep | undefined
Defined in
- solid/RuledSweep.ts Line 46
Last Updated: 29 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.