Skip to main content

Hi,

I have a process where I have identified the closest two points to each point (using the NeighborFinder), then created polylines from the source point to each of the closest points, using the VertexCreator (Add Point, closest candidate x, closest candidate y).

The process runs and seemingly creates the lines (attribute table shows the features), but the lines aren't visible in the inspector nor when I write them to a .gdb. When I click in the area where I know there is a line on the inspector, the attribute table selects the record - but the line isn't visible?

Has anyone experienced this before?

What happens if you use 2 vertexcreators? First one with replace with point and base x y, then add point and candidate x y.


In the Inspector, the Feature Information window shows extra information of the selected feature, including the geometry type and the coordinates of the vertices. Does this window show that the selected feature is a line feature?


Reply