Wire.IsVertexPointValid
Method
Description:
Checks if the given vertex point can be added to this wire.
Checks if the given vertex point can be added to this wire.
Remarks:
Vertices are projected to the view plane for comparison.
Vertices are projected to the view plane for comparison.
Parameters
Parameter | Type | Description |
---|---|---|
vertexPoint | XYZ | The vertex point. |
Return Value
Type | Description |
---|---|
Boolean | True if the vertex point can be added, false if the point cannot be added because there is already a vertex at this position on the view plane (within tolerance). |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |