boundaryEdges MethodStatic

construct a CurveCollection containing boundary edges.

  • each edge is a LineSegment3d

boundaryEdges(source: undefined | Polyface | PolyfaceVisitor, includeTypical: boolean = true, includeMismatch: boolean = true, includeNull: boolean = true): undefined | CurveCollection

Parameter Type Description
source undefined | Polyface | PolyfaceVisitor polyface or visitor
includeTypical boolean true to in include typical boundary edges with a single incident facet
includeMismatch boolean true to include edges with more than 2 incident facets
includeNull boolean true to include edges with identical start and end vertex indices.

Returns - undefined | CurveCollection

Defined in

Last Updated: 16 April, 2024