SectionSequenceWithPlanes Interface
Interface to carry parallel arrays of planes and sections, and optional geometry assembled from them, as returned by [CurveFactory.createMiteredSweepSections].
Properties
| Name | Type | Description | |
|---|---|---|---|
| mesh | IndexedPolyface | undefined | Optional mesh generated from the RuledSweepgenerated from the sections. | |
| planes | Plane3dByOriginAndUnitNormal[] | the plane of each section | |
| ruledSweep | RuledSweep | undefined | Optional RuledSweepgenerated from the sections. | |
| sections | AnyCurve[] | section curve projected onto the corresponding plane | 
Defined in
- curve/CurveFactory.ts Line 52
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.