BRepEdge.to_line
- BRepEdge.to_line() compas.geometry.primitives.line.Line [source]
Convert the edge geometry to a line.
- Returns
Line
– A COMPAS line.- Raises
ValueError – If the underlying geometry is not a line.
Convert the edge geometry to a line.
Line
– A COMPAS line.
ValueError – If the underlying geometry is not a line.