Re: Dashing[{}]
- To: mathgroup at smc.vnet.net
- Subject: [mg88459] Re: [mg88448] Dashing[{}]
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 6 May 2008 06:37:25 -0400 (EDT)
- Reply-to: hanlonr at cox.net
$Version
6.0 for Mac OS X x86 (64-bit) (March 13, 2008)
Show[Graphics3D[{
Blue, Thick, Dashing[{.05, .05}],
Line[{{0, 0, 0}, {1, 1, 1}}],
Red, Thick, Dashing[{}],
Line[{{1, 1, 1}, {2, 2, 0}}]}]]
This works as expected on my system.
Bob Hanlon
---- Steve Gray <stevebg at roadrunner.com> wrote:
> If I invoke Dashed somewhere in my Graphics3D display code, a
> subsequent "Dashing[{}], Line[...]" is supposed to draw solid lines
> thereafter. It seems to have no effect as everything after that is
> still dashed. Might there be something simple I'm missing? Or a bug?
> Thanks for any info (and for all past useful answers!).
>
> Steve Gray
>