API Reference > geometry-core > CartesianGeometry > ConvexClipPlaneSet > clipUnboundedSegment clipUnboundedSegment Method Find the parts of the (unbounded) line segment (if any) that is within the convex clip volume. clipUnboundedSegment(pointA: Point3d, pointB: Point3d, announce?: AnnounceNumberNumber): boolean Parameter Type Description pointA Point3d segment start (fraction 0) pointB Point3d segment end (fraction 1) announce AnnounceNumberNumber function to be called to announce a fraction interval that is within the convex clip volume. Returns - boolean true if a segment was announced, false if entirely outside. Defined in clipping/ConvexClipPlaneSet.ts Line 415 Last Updated: 11 June, 2024