Hide menu
Loading...
Searching...
No Matches
PlaneSectionData

Section result containing isolated points and connected polylines.

Constructors

Constructor

new PlaneSectionData(): PlaneSectionData

Returns

PlaneSectionData

Properties

points

readonly points: PointSet

Isolated section points.


polylines

readonly polylines: PolylineSet

Connected section polylines.

Methods

toShapes()

toShapes(): Shape[]

Converts section geometry to B-Rep edges and isolated vertices.

Created edges and vertices share common PolylineSet/PointSet triangulations and differ only by primitive ranges.

Returns

Shape[]