Get Curve Information
curve.infoRetrieve NURBS curve properties including degree, spans, form, control vertex count, knots, length, and bounding box for a specified curve node.
Instructions
Get NURBS curve information: degree, spans, form, CV count, knots, length, bounding box.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the curve node (transform or shape) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | ||
| node | Yes | ||
| knots | No | ||
| shape | No | ||
| spans | No | ||
| degree | No | ||
| errors | Yes | ||
| exists | Yes | ||
| length | No | ||
| cv_count | No | ||
| is_curve | Yes | ||
| bounding_box | No |