Skip to content

intersection3d

arnholm edited this page May 1, 2017 · 1 revision

intersection3d

The boolean operator <intersection3d> specifies the intersection of a set of solids contained. The result is a new solid.

Example with the 3d intersection of a sphere and a centered cube.

<?xml version="1.0" encoding="utf-8"?>
<xcsg version="1.0">
    <intersection3d>
        <cube size="50" center="true"/>
        <sphere r="33"/>
    </intersection3d>
</xcsg>

Clone this wiki locally