Using clipped_by and bounded_by in POVRAY to create cutaway sections

Submitted by dylan on Wed, 2005-09-14 21:03.
Using clipped_by and bounded_by in POVRAY to create cutaway sections



Slope classes as "seen" through a cylindrical cutaway 1km in diameter. Note axis is in 100s of meters.
clipped_by syntax:

clipped_by
{
cylinder { <0,0,0>, <0,1000,0>, 1000 translate <665225.75870647, 0, 4041018.51368159> inverse }
}

bounded_by syntax

bounded_by
{
cylinder
{
<0,0,0>, <0,1000,0>, 1000 translate <665225.75870647, 0, 4041018.51368159>
}
}