public ENLineSegmentsRelation IntersectWith( NLineSegment lineSegment, System.double tolerance, out NPoint intersectionPoint )
Parameters
- lineSegment
- The other line segment.
- tolerance
- The tolerance to use when checking for intersection.
- intersectionPoint
- The resulting intersection point.
Return Value
True if the current line segment intersects the given one with the specified tolerance, otherwise false.