Chamfer plus (first extend non intersecting edges, then trigger fillet / chamfer Operator).
This addon lives separately from the mesh_tinyCAD add-on.
- Download zip to some location on your HD
- UserPrefs -> Addons -> Install from File -> Locate the Zip
- Enable using Tick box.
- Ctrl+U and Save User Preferences to Fully store the add-on's enabled state in your startup.blend
how to Trigger:
- It will attach itself to the tinyCAD
W
menu if it's found. - or.. hit Spacebar, type
CHP
and trigger it that way
- Menu item should only appear if two edges are selected.
- Operator should only process geometry if the condition known as
V
is met. (both edges can be projected to a common intersection)
This only intended to solve the V
condition. Not X
and T
(are a little more involved..and not worth my time)