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