model_extrude_spline
Extrude spline shapes into 3D solids by adding an Extrude modifier, with control over height, caps, and segments.
Instructions
把样条线(图形)沿轴挤出成三维实体(添加 Extrude 修改器)。amount 为高度。 [English] Extrude a spline (shape) into a 3D solid along an axis by adding an Extrude modifier. amount is the height.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | 挤出高度。 | Extrusion height. | |
| capEnd | No | 封口结束端,默认是。 | Cap the end, default true. | |
| objects | No | 样条线对象名列表;省略则使用当前选择。 | Spline (shape) names; omit for selection. | |
| capStart | No | 封口起始端,默认是。 | Cap the start, default true. | |
| segments | No | 分段数,默认 1。 | Segment count, default 1. |