Message from discussion
The risks of Sphere export
Received: by 10.66.80.4 with SMTP id n4mr920358pax.7.1353053286874;
Fri, 16 Nov 2012 00:08:06 -0800 (PST)
MIME-Version: 1.0
Path: s9ni19269pbb.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!novia!newspump.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail
From: Vince Virgilio <blues...@gmail.com>
Newsgroups: comp.soft-sys.math.mathematica
Subject: Re: The risks of Sphere export
Date: Fri, 16 Nov 2012 08:05:53 +0000 (UTC)
Sender: st...@smc.vnet.net
Approved: Steven M. Christensen <st...@smc.vnet.net>, Moderator
Message-ID: <k84s51$gmb$1@smc.vnet.net>
References: <k82b8r$7ll$1@smc.vnet.net>
Lines: 56
Organization: Time-Warner Telecom
NNTP-Posting-Date: 16 Nov 2012 08:08:06 GMT
NNTP-Posting-Host: fdb5b79c.news.twtelecom.net
X-Trace: DXC=lbPWOWTa^<^`NIIejLkL`^C_A=>8kQj6]Y;@_o827nGSQ^9L=5IP76YEFiONJ7[GoV_R<VYNVS_<P
X-Complaints-To: abuse@twtelecom.net
Bytes: 1686
Confirmed on Win 7 x64. Though, my Mathematica doesn't crash but hangs.
In[2]:= $Version
Out[2]= 8.0 for Microsoft Windows (64-bit) (October 7, 2011)
On Thursday, November 15, 2012 4:07:44 AM UTC-5, Andrzej Kozlowski wrote:
> The following will crash my Mathematica every time:
>
>
>
> Export["cellular.pdf",
>
> Graphics3D[
>
> Sphere /@
>
> Position[CellularAutomaton[{10, {2, 1}, {1, 1}}, {{{1}}, 0}, 20],
>
> 1], ViewVertical -> {-1, 0, 0}], "PDF"]
>
>
>
> However, if I replace Sphere by Cuboid,i.e.
>
>
>
> Export["cellular.pdf",
>
> Graphics3D[
>
> Cuboid /@
>
> Position[CellularAutomaton[{10, {2, 1}, {1, 1}}, {{{1}}, 0}, 20],
>
> 1], ViewVertical -> {-1, 0, 0}], "PDF"]
>
>
>
> I get no crash.
>
>
>
> $Version
>
>
>
> 8.0 for Mac OS X x86 (64-bit) (October 5, 2011)
>
>
>
> ?
>
>
>
> Andrzej Kozlowski