Insert Edge Loop
modeling.insert_edge_loopInsert edge loops at a specified edge with adjustable number of loops and position weight. Useful for topology refinement.
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 |