This node applies Extrude operator to each of input faces separately. After that, resulting faces can be scaled up or down by specified factor.
This node applies Extrude operator to each of input faces separately. After
that, resulting faces can be scaled up or down by specified factor.
It is possible to provide specific extrude and scaling factors for each face.
As an option, transformation matrix may be provided for each face.
Inputs
------
...
...
@@ -17,9 +19,12 @@ This node has the following inputs:
- **Vertices**
- **Edges**
- **Polygons**
- **Mask**. List of boolean or integer flags. Zero means do not process face with corresponding index. If this input is not connected, then by default all faces will be processed.
- **Mask**. List of boolean or integer flags. Zero means do not process face
with corresponding index. If this input is not connected, then by default all
faces will be processed.
- **Height**. Extrude factor.
- **Scale**. Scaling factor.
- **Matrix**. Transformation matrix. Default value is the identity matrix.
Parameters
----------
...
...
@@ -29,13 +34,25 @@ This node has the following parameters: