Plane.intersections_with_surface
- Plane.intersections_with_surface(surface)[source]
Compute the intersection of a plane and a surface.
- Parameters:
- surface
compas.geometry.Surface
The surface.
- surface
- Returns:
- list of
compas.geometry.Point
The intersection points.
- list of