M_Mesh:WeldPoints(movingID, solidID, frame)

Version added: before 9.5

Arguments:

Name Type Description Default Ver
movingID int32 Point identifier < 9.5
solidID int32 Point identifier < 9.5
frame int32 Frame number < 9.5

Return value:

bool true if successful, otherwise false
Welds two points together. The point identified by movingID will move if necessary to line up with solidID. Not all welding operations are allowed, so this function will return the status of the weld.
<< Back to M_Mesh