Planarize control points

Hello - this one does what you’re asking, I think - it just does it - should it be optional?

  1. Finds a best fit plane through the row points
  2. Finds an average location of all the points except the end ones
  3. Pulls that average point to the plane
  4. Makes a plane through the two ends and the point on the first plane.

It’s kind of fudgey… does that make sense as a final plane?
PlanarizeSurfacePoints.py (18.8 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

6 Likes