2020 Method
Changes 0
M

Wire.SetVertex

Description:
Sets the position of a given vertex. If the vertex is start or end point, and the wire connects to electrical device, the wire end offset will be set according to the given vertex.
public void SetVertex(
	int index,
	XYZ vertexPoint
)