Andrzej Kozlowski
unread,Nov 15, 2012, 4:05:31 AM11/15/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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