Point Grid To Individual Surfaces

I’m interested in taking a point grid and between all the points have surfaces (or meshes) drawn. Here is an example of a starting point and what I would like as the ending point.
image
image

Hello - can you post the 3dm file? Have you looked at PanelingTools, that ought to help.

-Pascal

I’ve tried looking at PanelingTools but it tells me the points are not a paneling grid. Being new to paneling grids though I very well might not be familiar with the correct order of operations to make it work. If paneling grids need uniform distribution in all axes than these would not meet that criteria. In this instance the y and z are spaced uniformly apart but the x is variable. I’ve attached a sample 3dm.
PointsToSurfacesEx.3dm (150.1 KB)

Hello - in PT, ptGridPoints

set the base point in the Right view. Then on the resulting grouped grid of points, run ptPanelGrid,

-Pascal

1 Like

Thank you so much for the assistance. This solved my problem.