Unwanted lined in PDF-exported Graphics3D
- To: mathgroup at smc.vnet.net
- Subject: [mg86676] Unwanted lined in PDF-exported Graphics3D
- From: Mariano Suárez-Alvarez <mariano.suarezalvarez at gmail.com>
- Date: Tue, 18 Mar 2008 04:48:57 -0500 (EST)
Simple code as
Export["test.pdf",
Graphics3D[{
Polygon[Table[Chop[{Cos[t], Sin[t], 0}], {t, 0, 2 Pi, 0.1}]]
}]
]
results in a PDF file which has lots of extra lines on the surface.
Is there a way to get rid of them?
-- m