Insert mesh edge?

Hello!
Short question:
what’s the right command to insert/cut a new edge into an existing mesh polygon?
Thanks!
Best regards
Eugen

Try the _SplitMeshEdge command.

Hello! Thanks, this ‘kind of’ works, but what if I just want to insert one edge between two vertices?
The command lets me pick only edges. Ok, I can also pick the end of an edge instead of a vertex, but I get additional edges inserted then.
So, the command could have the Option “Pick Edge / Vertex”.

Best regards
Eugen

Hi Eugen - yeah… there is nothing for that, but it is not hard, I think we can (probably) make something in V6 at least.

-Pascal

Hi! Ok, cool! Would be nice to see it in V6.
I’m just beginning to play with the mesh tools in Rhino. Not bad, but I believe there might be quite a few such things more to add.
Best regards
Eugen

Hello!
Just as a note:
You could use the regular SplitFace command for surfaces as inspiration. The more similar surface and mesh tools work, the better.

Other 3d programs also support the feature to continuously click on edges/points to add multiple edges into the mesh in one go.

Best regards
Eugen