2027 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
)
  • IList<XYZ>
    vertexPoints
    The vertex points.
  • startConnector
    The start connector of the wire.
  • endConnector
    The end connector of the wire.
Return Value Boolean True if the given vertex points are valid, false otherwise.