poly_extrude_faces
Extrude selected faces along normals, with positive amount outward and negative inward to dig holes. Optionally target specific faces or override direction with a custom vector.
Instructions
沿面法线挤出所选面。amount 为正向外挤、为负向内挤(挖洞)。可省略 faces 表示挤出所有面;direction 可覆盖默认的法线方向。 [English] Extrude the selected faces along their normals. A positive amount extrudes outward, a negative amount pushes inward (to dig a hole). Omit faces to extrude all faces; direction overrides the default normal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faces | No | 要挤出的面索引;省略则全部面。 | Face indices to extrude; omit for all. | |
| amount | Yes | 挤出高度(负值为向内)。 | Extrusion height (negative goes inward). | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| direction | No | 自定义挤出方向 [x,y,z],省略则用面法线。 | Custom extrude direction [x,y,z]; omit for face normal. |