Convert Component Selection
selection.convert_componentsConvert the current selection to a different component type (vertex, edge, or face) by specifying the target type.
Instructions
Convert the current selection to a different component type (vertex, edge, or face).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | Nodes to convert (None = use current selection) | |
| to_type | Yes | Target component type |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| errors | Yes | ||
| to_type | Yes | ||
| selection | Yes | ||
| truncated | No | ||
| total_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No |