2027 Method
Changes 0
M

Wire.AppendVertex

Description:
Appends one vertex to the end of the wire.
public void AppendVertex(
	XYZ vertexPoint
)
  • vertexPoint
    The vertex to be appended.
  • The vertex point cannot be added to the wire because there is already a vertex at this position on the view plane (within tolerance).
  • A non-optional argument was null
  • The end point is already connected to an element, so a new endpoint vertex cannot be appended.