create_arc
Create an arc spline in 3ds Max by specifying radius and start/end angles, useful for building sectors or bent profile shapes.
Instructions
创建一段圆弧样条。radius 半径,from/to 起止角(度);做扇形/弯管截面。 [English] Create an arc spline. radius plus from/to angles in degrees; good for sectors/bent profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 结束角(度)。 | End angle (degrees). | |
| from | No | 起始角(度)。 | Start angle (degrees). | |
| name | No | 图形名称;省略则自动命名。 | Shape name; auto-generated if omitted. | |
| size | No | 字号(Text,对应 size 属性)。 | Font size (Text, maps to size). | |
| text | No | 文本内容(Text)。 | Text content (Text). | |
| sides | No | 边数(NGon,至少 3)。 | Side count (NGon, >=3). | |
| turns | No | 圈数(Helix)。 | Turns (Helix). | |
| width | No | 宽度(Rectangle/Ellipse)。 | Width (Rectangle/Ellipse). | |
| height | No | 高度(Helix)。 | Height (Helix). | |
| length | No | 长度(Rectangle/Ellipse)。 | Length (Rectangle/Ellipse). | |
| radius | No | 半径。 | Radius. | |
| radius1 | No | 第一半径(Donut)。 | First radius (Donut). | |
| radius2 | No | 第二半径(Donut)。 | Second radius (Donut). | |
| position | No | 位置 [x,y,z]。 | Position [x,y,z]. | |
| segments | No | 分段数。 | Segment count. | |
| thickness | No | 描边粗细(Text)。 | Stroke thickness (Text). | |
| cornerRadius | No | 圆角半径(Rectangle)。 | Corner radius (Rectangle). |