2024 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
)
  • Int32
    index
    The index which should be in [0, NumberOfVertices).