Skip to main content
Question

Extract Coordinates of a Surface on a 5 X 5 Grid

  • January 31, 2020
  • 1 reply
  • 34 views

Forum|alt.badge.img

Hello,

I have a 3D surface (mesh) and I am looking to extract point coordinates on a 5 X 5 Grid of this mesh.

A conceptual workflow in my mind would be:

Create a 5X5 Grid based on the bounding box of the surface (?)

Extract the coordinates of the points that are on the surface using a spatial filter

This is not much to start, but any suggestions would be welcome.

 

Thank you,

 

George

 

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.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • January 31, 2020

Yes, that sounds about right. BoudingBoxReplacer on the surface, 2DGridReplacer to turn that into a grid, SurfaceDraper to drape that grid over the original surface.