add_coincident_constraint
Constrain two edges or vertices to coincide at a chosen point in a FreeCAD sketch.
Instructions
FreeCAD tool: add_coincident_constraint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sketch_name | No | Body name | |
| edge1 | No | First geometry index | |
| edge2 | No | Second geometry index | |
| point1 | No | Vertex on first edge (1=start, 2=end) | |
| point2 | No | Vertex on second edge (1=start, 2=end) |