discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Item Renders Incorrectly When Multiple Items Are Included

NS
Nathan Sokalski
Thu, Apr 17, 2025 7:07 PM

I have a simple module that contains a very simple module. However, this module does not render correctly if anything else is included. Here are some screenshots:

Preview when nothing else is included:
[cid:b4c96c67-410f-4470-92e3-eccf3da01ad7]

Preview when multiple elements are included:
[cid:26e76380-0e63-49c7-a692-741026863ef1]

Render result when nothing else is included:
[cid:8f1b2616-3ee9-4398-9328-662d8e0dc51a]

Render result when multiple elements are included:
[cid:8d04cc1c-eb7f-4298-8523-7417c265dab7]

Notice that when multiple elements are included, the single element is rendered incorrectly. Neither of these items are inside a Boolean (or other type of) modifier, they are completely independent. Why is this happening? Any ideas would be appreciated.

Nathan Sokalski
njsokalski@hotmail.commailto:njsokalski@hotmail.com

I have a simple module that contains a very simple module. However, this module does not render correctly if anything else is included. Here are some screenshots: Preview when nothing else is included: [cid:b4c96c67-410f-4470-92e3-eccf3da01ad7] Preview when multiple elements are included: [cid:26e76380-0e63-49c7-a692-741026863ef1] Render result when nothing else is included: [cid:8f1b2616-3ee9-4398-9328-662d8e0dc51a] Render result when multiple elements are included: [cid:8d04cc1c-eb7f-4298-8523-7417c265dab7] Notice that when multiple elements are included, the single element is rendered incorrectly. Neither of these items are inside a Boolean (or other type of) modifier, they are completely independent. Why is this happening? Any ideas would be appreciated. Nathan Sokalski njsokalski@hotmail.com<mailto:njsokalski@hotmail.com>
MK
Marius Kintel
Thu, Apr 17, 2025 7:10 PM

This sounds like a duplicate of https://github.com/openscad/openscad/issues/5350

On Apr 17, 2025, at 15:07, Nathan Sokalski via Discuss discuss@lists.openscad.org wrote:

This sounds like a duplicate of https://github.com/openscad/openscad/issues/5350 > On Apr 17, 2025, at 15:07, Nathan Sokalski via Discuss <discuss@lists.openscad.org> wrote: > >
JB
Jordan Brown
Fri, Apr 18, 2025 12:01 AM

Neither of these items are inside a Boolean (or other type of)
modifier, they are completely independent.

The top level (like most scopes) has an implied union.

> Neither of these items are inside a Boolean (or other type of) > modifier, they are completely independent. The top level (like most scopes) has an implied union.