Function: getUniqueSegmentIndices()
getUniqueSegmentIndices(
segmentationId
):any
Retrieves the unique segment indices from a given segmentation.
Parameters
• segmentationId: any
The ID of the segmentation.
Returns
any
An array of unique segment indices.
Throws
If no geometryIds are found for the segmentationId.
Defined in
tools/src/utilities/segmentation/getUniqueSegmentIndices.ts:14