Insert Edge Loop
modeling.insert_edge_loopAdd edge loops to a 3D model by specifying an edge, position weight, and number of divisions.
Instructions
Insert an edge loop at the specified edge using polySplitRing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge | Yes | Single edge component (e.g., 'pCube1.e[4]') | |
| weight | No | Position weight along the edge (0-1, default 0.5) | |
| divisions | No | Number of edge loops to insert (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge | Yes | ||
| node | Yes | ||
| errors | Yes | ||
| new_edge_count | Yes | ||
| new_vertex_count | Yes |