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): number | undefined Parameter Type Description pointA Point3d pointB Point3d Returns - number | undefined Defined in core/geometry/src/clipping/ClipPlane.ts Line 383 Last Updated: 13 June, 2024