rangeOfConvexClipPlaneSetIntersectionWithRange MethodStatic
Return the (possibly null) range of the intersection of the convex set with a range.
- The convex set is permitted to be unbounded (e.g. a single plane). The range parameter provides bounds.
rangeOfConvexClipPlaneSetIntersectionWithRange(convexSet: ConvexClipPlaneSet, range: Range3d): Range3d
| Parameter | Type | Description | 
|---|---|---|
| convexSet | ConvexClipPlaneSet | convex set for intersection. | 
| range | Range3d | range to intersect | 
Returns - Range3d
Defined in
- clipping/ClipUtils.ts Line 348
Last Updated: 30 November, 2023