API Reference > geometry-core > Polyface > PolyfaceQuery > collectDuplicateFacetIndices collectDuplicateFacetIndices MethodStatic Return an array of arrays describing facet duplication. collectDuplicateFacetIndices(polyface: Polyface, includeSingletons: boolean = false): number[][] Parameter Type Description polyface Polyface includeSingletons boolean if true, non-duplicated facets are included in the output.* Each array entry in the output contains read indices of a cluster of facets with the same vertex indices. Returns - number[][] Defined in polyface/PolyfaceQuery.ts Line 716 Last Updated: 11 June, 2024