patch_surface
Create surface patches to close open bodies or form complex shapes from boundary edges in 3D modeling.
Instructions
Create a surface patch from boundary edges of an open body or selected edges. Useful for closing open surfaces or creating complex surface shapes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the body whose boundary edges to patch. | |
| edge_indices | No | Array of edge indices forming a closed boundary loop. If omitted, uses all boundary edges. | |
| continuity | No | Surface continuity: 'connected' (G0), 'tangent' (G1), or 'curvature' (G2). | connected |
| operation | No | Boolean operation: 'new_body', 'join'. | new_body |