discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Preview glitch

E
Endre
Wed, Apr 12, 2017 10:48 PM

There is an axis:
http://forum.openscad.org/file/n21214/axis.png

And a ring:
http://forum.openscad.org/file/n21214/ring.png

When they are union()-ed together the preview is ugly:
http://forum.openscad.org/file/n21214/union.png

Is there a workaround for this?

Ugly, script generated code is  here https://pastebin.com/98JytRMr  .

--
View this message in context: http://forum.openscad.org/Preview-glitch-tp21214.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

There is an axis: <http://forum.openscad.org/file/n21214/axis.png> And a ring: <http://forum.openscad.org/file/n21214/ring.png> When they are union()-ed together the preview is ugly: <http://forum.openscad.org/file/n21214/union.png> Is there a workaround for this? Ugly, script generated code is here <https://pastebin.com/98JytRMr> . -- View this message in context: http://forum.openscad.org/Preview-glitch-tp21214.html Sent from the OpenSCAD mailing list archive at Nabble.com.
NH
nop head
Wed, Apr 12, 2017 11:12 PM

Yes, either make sure there are no coincident faces, e.g. make one slightly
longer than the other, or put render() just after your color() statements.

On 12 April 2017 at 23:48, Endre ebak32@gmail.com wrote:

There is an axis:
http://forum.openscad.org/file/n21214/axis.png

And a ring:
http://forum.openscad.org/file/n21214/ring.png

When they are union()-ed together the preview is ugly:
http://forum.openscad.org/file/n21214/union.png

Is there a workaround for this?

Ugly, script generated code is  here https://pastebin.com/98JytRMr  .

--
View this message in context: http://forum.openscad.org/
Preview-glitch-tp21214.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Yes, either make sure there are no coincident faces, e.g. make one slightly longer than the other, or put render() just after your color() statements. On 12 April 2017 at 23:48, Endre <ebak32@gmail.com> wrote: > There is an axis: > <http://forum.openscad.org/file/n21214/axis.png> > > And a ring: > <http://forum.openscad.org/file/n21214/ring.png> > > When they are union()-ed together the preview is ugly: > <http://forum.openscad.org/file/n21214/union.png> > > Is there a workaround for this? > > > Ugly, script generated code is here <https://pastebin.com/98JytRMr> . > > > > -- > View this message in context: http://forum.openscad.org/ > Preview-glitch-tp21214.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
RP
Ronaldo Persiano
Wed, Apr 12, 2017 11:16 PM

There is an axis:
http://forum.openscad.org/file/n21214/axis.png

And a ring:
http://forum.openscad.org/file/n21214/ring.png

When they are union()-ed together the preview is ugly:
http://forum.openscad.org/file/n21214/union.png

Is there a workaround for this?

Ugly, script generated code is  here https://pastebin.com/98JytRMr  .

--
View this message in context: http://forum.openscad.org/
Preview-glitch-tp21214.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Z-fighting <https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Print_version#Chapter_8_--_Frequently_Asked_Questions> 2017-04-12 19:48 GMT-03:00 Endre <ebak32@gmail.com>: > There is an axis: > <http://forum.openscad.org/file/n21214/axis.png> > > And a ring: > <http://forum.openscad.org/file/n21214/ring.png> > > When they are union()-ed together the preview is ugly: > <http://forum.openscad.org/file/n21214/union.png> > > Is there a workaround for this? > > > Ugly, script generated code is here <https://pastebin.com/98JytRMr> . > > > > -- > View this message in context: http://forum.openscad.org/ > Preview-glitch-tp21214.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
E
Endre
Thu, Apr 13, 2017 8:37 AM

Thanks! The render() solved it :)

--
View this message in context: http://forum.openscad.org/Preview-glitch-tp21214p21225.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Thanks! The render() solved it :) -- View this message in context: http://forum.openscad.org/Preview-glitch-tp21214p21225.html Sent from the OpenSCAD mailing list archive at Nabble.com.