Skip to content
New issue

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

feat: Distance along PolyLine #28

Open
jrwrigh opened this issue Sep 15, 2020 · 1 comment
Open

feat: Distance along PolyLine #28

jrwrigh opened this issue Sep 15, 2020 · 1 comment

Comments

@jrwrigh
Copy link
Member

jrwrigh commented Sep 15, 2020

Function to return distance along a PolyLine. Useful if needing to get the distance along the "wall" for instance.

See this issue and vtkAppendArcLength

@jrwrigh
Copy link
Member Author

jrwrigh commented Sep 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant