boundaryEdges MethodStatic

construct a CurveCollection containing boundary edges.

  • each edge is a LineSegment3d

boundaryEdges(source: Polyface | PolyfaceVisitor, includeTypical: booleantrue, includeMismatch: booleantrue, includeNull: booleantrue): undefined | CurveCollection

Parameter Type Description
source 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: 13 May, 2024