Hello - this one does what you’re asking, I think - it just does it - should it be optional?
- Finds a best fit plane through the row points
- Finds an average location of all the points except the end ones
- Pulls that average point to the plane
- 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