|
|
On 4-12-2017 6:24, Sven Littkowski wrote:
> Hi.
>
> I want to find out, how to create a cylinder where the upper round side
> has the curvaceous shape of a height-field. See the height_field
> attached to this posting.
>
> PS: I use water_level 0.0001 for this height-field at the moment, to
> make it round.
>
Use intersection{} ?
intersection {
height_field {}
cylinder {}
}
Then make a union of the circular height_field and the cylinder,
translating it to the top. Use the parameter 'open' with the cylinder to
remove the caps.
--
Thomas
Post a reply to this message
|
|