Hi @boubcher , a possible way is:
CoordinateExtractor (Mode: Specify Coordinate, Coordinate Index: -1): Extract coordinates of the end point.
VertexRemover (Keep or Remove Coordinates: Keep, Coordinate Index: 0, Number to Keep/Remove: 1): Keep the start point.
VertexCreator (Mode: Add Point): Add the end coordinates extracted by the CoordinateExtractor to form a straight line between start and end points.
Hope this helps.
Hi @boubcher , a possible way is:
CoordinateExtractor (Mode: Specify Coordinate, Coordinate Index: -1): Extract coordinates of the end point.
VertexRemover (Keep or Remove Coordinates: Keep, Coordinate Index: 0, Number to Keep/Remove: 1): Keep the start point.
VertexCreator (Mode: Add Point): Add the end coordinates extracted by the CoordinateExtractor to form a straight line between start and end points.
Hope this helps.
@Takashi Iijima
you mean rebuild the line from the start and end point of the line right