Question

Extract Coordinates of a Surface on a 5 X 5 Grid

  • 31 January 2020
  • 1 reply
  • 4 views

Badge

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

 


1 reply

Userlevel 4
Badge +25

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.

Reply