eobet
(eobet)
April 8, 2024, 6:33pm
1
Why is InterpcrvOnSrf creating these wonky red lines? Is there a better command for drawing a curve on surface?
I tried to add more points to guide the curve, but they just became more distorted.
COS-wonkiness.3dm (271.2 KB)
(Just for clarification, the result I expected from COS drawing is what you get if you place a straight line at those end points and pull them to the surface…)
pascal
(Pascal Golay)
April 8, 2024, 8:45pm
2
Hello - ShortPath
may get you what you need here if the input is two points.
Here’s a version I like better because of the preview
ShortPathEx.py (2.7 KB)
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
Also - CurveOnSurface | Food4Rhino
-Pascal
2 Likes
eobet
(eobet)
April 8, 2024, 9:01pm
3
Thank you for the tips!
But two points:
Oh my dear lord, why aren’t both of those things built into Rhino?
In what scenario is the result I posted from my file desired behavior?
EDIT: Oh, that poor 6+ year old user made plug-in does not work on polysurfaces (but then again, not many McNeel commands do either).
eobet
(eobet)
December 8, 2024, 11:16am
4
So 8 months later I’m continuing this little project… and I’ve made a simpler example:
I still don’t see any scenario where the red line is the desired result. To me, this is a bug.
COS-wonkiness-2.3dm (192.5 KB)