Re: Unwanted lined in PDF-exported Graphics3D
- To: mathgroup at smc.vnet.net
- Subject: [mg86713] Re: Unwanted lined in PDF-exported Graphics3D
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 19 Mar 2008 05:24:40 -0500 (EST)
- Organization: Uni Leipzig
- References: <fro362$i47$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
not with Mathematica 6.0.2
Regards
Jens
Mariano Su=E1rez-Alvarez wrote:
> 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
>