2020 Method
Changes 0
M

Wire.AreVertexPointsValid

Description:
Checks if the given vertex points are valid for the wire.
Remarks:
X and Y values are compared of the vertices.
public static bool AreVertexPointsValid(
	IList<XYZ> vertexPoints,
	Connector startConnector,
	Connector endConnector
)
Return Value bool True if the given vertex points are valid, false otherwise.