spline_set_points
Replace or append spline knot points to update geometry. Fewer points overwrite the first N; more points append new vertices, with automatic updates in 3ds Max.
Instructions
替换/追加样条线的顶点。顶点数少于原有则覆盖前 N 个,多于则追加。修改后 Max 会自动更新几何体。 [English] Replace/append a spline's knot points. Fewer points overwrite the first N, more append. Max updates the geometry automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | 新的顶点数组,每项 [x,y,z]。 | New vertices, each [x,y,z]. | |
| objects | No | 样条名称列表;省略则用当前选择。 | Spline names; omit for the selection. |