POV-Ray : Newsgroups : povray.newusers : how to do a round hole into a box? : Re: how to do a round hole into a box? Server Time
29 Jul 2024 10:27:15 EDT (-0400)
  Re: how to do a round hole into a box?  
From: Warp
Date: 20 Jan 2006 05:11:06
Message: <43d0b73a@news.povray.org>
newbieneedhelp <nomail@nomail> wrote:
> I need a box 1000x1000x25
>  with an round hole in middle with diameter of 144

difference
{ box { -<1000, 1000, 25>/2, <1000, 1000, 25>/2 }
  cylinder { <0, 0, -25.1/2>, <0, 0, 25.1/2> }
  pigment { rgb 1 }
}

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.