2024 Method
Changes 0
M

Wire.InsertVertex

Description:
Inserts a new vertex before the specified index.
Remarks:
To add a new vertex to the end of the wire, use AppendVertex(XYZ).
public void InsertVertex(
	int index,
	XYZ vertexPoint
)