API Reference > geometry-core > CartesianGeometry > ClipPlane > getBoundedSegmentSimpleIntersection getBoundedSegmentSimpleIntersection Method Compute intersection of (unbounded) segment with the plane. If the ends are on the same side of the plane, return undefined. If the intersection is an endpoint or interior to the segment return the fraction. If both ends are on, return undefined. getBoundedSegmentSimpleIntersection(pointA: Point3d, pointB: Point3d): undefined | number Parameter Type Description pointA Point3d pointB Point3d Returns - undefined | number Defined in clipping/ClipPlane.ts Line 392 Last Updated: 11 June, 2024