We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function to return distance along a PolyLine. Useful if needing to get the distance along the "wall" for instance.
See this issue and vtkAppendArcLength
The text was updated successfully, but these errors were encountered:
Note the warning:
Warning This filter assumes that cells don't share points.
After the vtkStrip operation to organize "wall" points, the result is a single "cell" with all the points of the wall. Thus, this might not work.
If solution is found here, post to https://discourse.vtk.org/t/sort-points-on-line-in-polydata/3851/3?u=jrwrigh
Sorry, something went wrong.
No branches or pull requests
Function to return distance along a PolyLine. Useful if needing to get the distance along the "wall" for instance.
See this issue and vtkAppendArcLength
The text was updated successfully, but these errors were encountered: