create_text
Create a text spline in 3ds Max with specified content, font size, and stroke thickness, ready for extrusion.
Instructions
创建文字样条(Text)。text 为内容,size 字号,可加厚描边;文字需转样条后才能挤出成面。 [English] Create a Text spline. text is the content, size the font size, thickness the stroke. Text must be a spline before extruding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 结束角(度,Arc)。 | End angle in degrees (Arc). | |
| from | No | 起始角(度,Arc)。 | Start angle in degrees (Arc). | |
| name | No | 图形名称;省略则自动命名。 | Shape name; auto-generated if omitted. | |
| size | No | 字号。 | Font size. | |
| text | Yes | 要生成的文字内容。 | Text content to generate. | |
| 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 | 半径(Circle/Arc/NGon)。 | Radius (Circle/Arc/NGon). | |
| 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 | 描边粗细。 | Stroke thickness. | |
| cornerRadius | No | 圆角半径(Rectangle)。 | Corner radius (Rectangle). |