Skip to main content

write_dxf

Function write_dxf 

Source
pub fn write_dxf(visible: &[Vec<Point2>], hidden: &[Vec<Point2>]) -> String
Expand description

Write polylines as an R12 DXF document.

visible draws continuous on layer VISIBLE; hidden draws dashed on layer HIDDEN. Polylines with fewer than two points are skipped; a point is not a line in a drawing, here as everywhere.