Am 12.06.2010 20:24, schrieb StephenS:
> "StephenS"<nomail@nomail> wrote:
>> In an attempt to model a glass food container with locking lid, I can across the
>> following behaviour.
> .....
> Merge{} is not helping me if I use difference{} inside to make some of the
> parts. I can remove some of the internal surfaces, but not all.
>
> Will start to look into lathe{bezier_spline}} and prism{bezier_spline}} with
> merge{} holding no other CSG's.
>
> Stephen S
I'd suggest
difference {
merge {
/* individual primitive objects comprising the basic shape */
}
union {
/* individual primitive objects to be cut away */
}
}
or simply
difference {
merge {
/* individual primitive objects comprising the basic shape */
}
/* individual primitive objects to be cut away */
}
Post a reply to this message
|