-
Notifications
You must be signed in to change notification settings - Fork 5
linear_extrude
arnholm edited this page May 1, 2017
·
1 revision
The operator <linear_extrude>
“extrudes” a set of 2d shapes in z-direction into a solid. No solid may occur in the set of input shapes.
Parameter name | Description | Status |
---|---|---|
dz | Extrusion extent in z-direction | required |
Using linear_extrude on the result of a 2d difference
<?xml version="1.0" encoding="utf-8"?>
<xcsg version="1.0">
<linear_extrude dz="10">
<difference2d>
<square size="40" center="true"/>
<circle r="17"/>
</difference2d>
</linear_extrude>
</xcsg>