Re: Producing an image that only contains its interior and boundary but, no exterior.
- To: mathgroup at smc.vnet.net
- Subject: [mg120444] Re: Producing an image that only contains its interior and boundary but, no exterior.
- From: Yves Klett <yves.klett at googlemail.com>
- Date: Fri, 22 Jul 2011 19:47:23 -0400 (EDT)
Not really sure what you are looking for, but perhaps this can help:
g = Graphics3D[Cuboid[], SphericalRegion -> True]
Show[g, Method -> {"ShrinkWrap" -> True}]
I presume this is similar to right-clicking on a graphic and choosing
"Trim Bounding Box"
The shrinkwrapping thing can sometimes affect the interactive
performance, i.e. I had cases where rotation via mouse becomes sluggish,
perhaps not surprisingly so.
Regards,
Yves
Am 22.07.2011 03:11, schrieb Gilmar Rodriguez-pierluissi:
> This is an old issue mentioned by the late Jens-Peer Kuska in:
> http://forums.wolfram.com/mathgroup/archive/2006/Mar/msg00037.html
> How can a user produce a graphic image that includes only its interior and boundary but,
> without the exterior. This would facilitate embedding an image within another without
> having to waste time having to eliminate the annoying edges. Thank you!
> Gilmar Rodriguez-Pierluissi