stroke_xy

Creates a sketch of a line with a wide stroke.

Signatures

  • stroke_xy( curve c, float width )

Details

The function generates a 2-dimensional sketchfrom the input curve c by projecting it onto the X/Y plane and giving it a stroke width of thickness width.

Parameters

c

A general curvethat gets projected onto the X/Y plane and widened by the function to generate the output sketch.

width

Line width given to the line.