ScriptSpot

Forum topic · General Scripting

How to connect two vertices of a poly ?

By titane357 · 2015-10-08

Description

I Wonder how to connect two vertices of a poly with maxscript ?
can't find... :-(

Comments (7)

Eva Visnjic · 2016-03-18

I use Target Weld to combine two vertices that are far apart, resulting in a single vertex that's in the same position as one of them.
Eva Visnjic on Facebook

titane357 · 2015-10-29

hi,
sorry, but I need to connect one vertex, with several vertices, in one go.
I mean, select somes vertices, and connect the last one to the other.
I would be (it is) very handy in many cases.

titane357 · 2015-10-30

Thanks a lot !!! works fine :-)

titane357 · 2015-10-09

Thanks for answer miauu, but it is bitarrays... (I will never understand..)
how can I connect the last selected vertex to the other ?

.

miauu · 2015-10-09

Select both vertices, no matter if they are stored in bitarray or in array. Then execute the command and they will be connected.

.

miauu · 2015-10-08

The command is #ConnectVertices

So, select 2 verts then execute this(for editable poly objects)


$.buttonOp #ConnectVertices