-
Notifications
You must be signed in to change notification settings - Fork 5
intersection3d
arnholm edited this page May 1, 2017
·
1 revision
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>