2020 Method
Changes 0
M

Wire.RemoveVertex

Description:
Removes the vertex corresponding to the specified index. Can not remove the start or end vertex if it already connects to other element.
public void RemoveVertex(
	int index
)
  • index
    The index which should be in [0, NumberOfVertices).