zeffii / mesh_tiny_cad

a tiny set of unmissable CAD functions ( VTX, XALL ...) for Blender

Home Page:http://zeffii.github.io/mesh_tiny_cad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Multiple edge (and face) selection for Extend to Face

charlie0389 opened this issue · comments

Great product! I'm busy hacking it to incorporate it in a script I have :)

Rather than constraining the function to operate on a single edge with a single face, extend to allow:

  1. With multiple edges and a single face selected: Extend all selected edges to the selected face, with an error if at least one of the selected edges does not intersect the selected face.
  2. With a single edge and multiple faces selected: Extend the selected edge to intersect with all the selected faces, with an error if the edge does not intersect at least one of the selected faces.
  3. With multiple edges and multiple faces selected: Behaviour the combined of (1) and (2), with an error if at least one of the selected edges does not intersect at least one of the selected faces.

it's great if you want to propose a pullrequest, i will consider it.

but to be brutally honest, it's about 5 years too late to expect any significant enthusiasm about the tool.