Description. Extrudes selected faces along their normals
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, Polyhedron Plugins
Table B.73. ExtrudeFaces Properties
Label | Description | Type | Script Name |
---|---|---|---|
Input Mesh | Input mesh | k3d::mesh* | input_mesh |
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Mesh Selection | Input Mesh Selection | k3d::selection::set | mesh_selection |
Segments | Segment number between original and new faces. | k3d::int32_t | segments |
Group Faces | Group neighboring faces together. | k3d::bool_t | group_faces |
Group Normals | When grouping neighboring faces together, use the same (averaged) normal vector for every face in the group. | k3d::bool_t | group_normals |
Select New Faces | Select newly-created faces. | k3d::bool_t | select_new_faces |
Distance | Distance between original and new faces | k3d::double_t | distance |
Inset | Inset value for the new faces | k3d::double_t | inset |