IDP.Math.KGeomLib.uniteIntervals() method
对一组区间中重叠的区间进行合并简化。合并简化后的区间序列和原始区间序列覆盖相同的区域。
Simplify the intervals by uniting the intersected intervals.
Signature:
uniteIntervals(intervals: KInterval[]): KInterval[];
对一组区间中重叠的区间进行合并简化。合并简化后的区间序列和原始区间序列覆盖相同的区域。
Simplify the intervals by uniting the intersected intervals.
Signature:
uniteIntervals(intervals: KInterval[]): KInterval[];