3D dashed lines into PDF
in
Core Library Questions
•
3 months ago
Hi,
I'm working on the little project with three requirements:
1. dashed lines have to be made of dashed baziers/curves (not collection of little lines)
2. these dashed beziers have to be drawn in 3D
3. they have to be exported as dashed beziers into PDF file
The example output is here:
I managed these combinations:
1. dashed lines (via BasicStroke) in 2D with export to SVG (no good)
2. non-dashed lines in 3D with export to PDF but not as separate lines (no good)
Is it anyhow possible in Processing or should I use some other technology (if so, what technology should I use then).
Thanks for help in advance,
trzewiczek
1