is_intersection_line_box
- compas_model.geometry.is_intersection_line_box(line, box)
 Determine whether a line intersects an oriented box.
- Parameters:
 - line
compas.geometry.Line The line.
- box
compas.geometry.Box The box.
- line
 - Returns:
 - bool
 True if the line intersects the box. False otherwise.