I’m trying to identify the vertex/vertices in a 3D dataset which are at the zmin.
The task is very easy but I’m trying to figure out the fastest/cleanest way to do this. The dataset could be quite big and the geometry could be any type (not point cloud or raster).
Solved
Fastest was to extract vertex with zmin?
Best answer by ebygomm
If you don’t want to go down the python route, then I would think that getting the vertices as a list, using a list range extractor to find the min z and then a listsearcher to find that coordinate would be more efficient than chopping to points?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.