Re: Dashing[{}]
- To: mathgroup at smc.vnet.net
- Subject: [mg88529] Re: Dashing[{}]
- From: Albert Retey <awnl at arcor.net>
- Date: Wed, 7 May 2008 07:10:15 -0400 (EDT)
- References: <fvmn00$8hq$1@smc.vnet.net>
Steve Gray schrieb: > 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!). this works as documented for me: Graphics3D[{Dashing[0.01], Line[{{0, 0, 0}, {2, 1, 0}}], Dashing[{}], Line[{{2, 1, 0}, {1, 1, 1}}]}] whether you are doing something wrong is hard to tell if you don't post what you have done... albert