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 a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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 a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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.