Get Curve CVs
curve.cvsRetrieve CV positions from a NURBS curve using offset and limit pagination. Returns world-space [x, y, z] arrays.
Instructions
Query CV positions from a NURBS curve with offset/limit pagination. Returns CV positions as [x, y, z] arrays in world space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the curve node (transform or shape) | |
| limit | No | Maximum CVs to return (default 1000, use 0 for unlimited) | |
| offset | No | Starting CV index (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cvs | No | ||
| node | Yes | ||
| count | No | ||
| shape | No | ||
| errors | Yes | ||
| exists | Yes | ||
| offset | No | ||
| cv_count | No | ||
| is_curve | Yes | ||
| truncated | No | ||
| total_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No |